deleteCredential

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

Delete a Push credential by ID. This method removes the credential from local storage but does not delete it from the server.

Return

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

Parameters

credentialId

The ID of the credential to remove.