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