Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
SecretStorage
/
delete
delete
abstract
fun
delete
(
key
:
String
)
:
PromiseLike
<
Void
?
>
(
source
)
Remove a secret from storage.
Parameters
key
The key the secret was stored under.
Online Documentation