AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
CoreAPI
/
ConfigAPI
/
removeApiKey
remove
Api
Key
jvm
abstract
suspend
fun
removeApiKey
(
id
:
UUID
)
:
Boolean
(
source
)
abstract
suspend
fun
removeApiKey
(
name
:
String
)
:
Boolean
(
source
)
删除一个 api key。
Return
成功删除返回 true,找不到 key 返回 false。
Throws
Api
Key
In
Use
Exception
Secret
Store
Locked
Exception