deleteKey

abstract suspend fun deleteKey(alias: String)

Deletes a previously created key.

If the key to delete doesn't exist, this is a no-op.

Parameters

alias

The alias of the EC key to delete.