deleteKey

abstract suspend fun deleteKey(keyId: String, keyType: KeyType): Boolean

Deletes a key from the platform key store.

Return

true when deletion succeeded or the platform reported success.

Parameters

keyId

Platform key identifier.

keyType

Key type of the stored key.