deleteCredential

suspend fun deleteCredential(credentialId: String): Result<Boolean>

Permanently delete a credential from the registry. This cannot be undone.

Return

true if successful

Parameters

credentialId

The ID of the credential to delete

Throws

if credential doesn't exist

if this is the only credential