deleteCredential

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

Delete an OATH credential by ID.

Return

A Result containing a Boolean indicating success or an Exception in case of failure.

Parameters

credentialId

The ID of the credential to remove.