removeOathCredential

abstract suspend fun removeOathCredential(credentialId: String): Boolean

Remove an OATH credential by its ID.

Return

true if the credential was successfully removed, false if it didn't exist.

Parameters

credentialId

The ID of the credential to remove.

Throws

if the credential cannot be removed.