removePushCredential

abstract suspend fun removePushCredential(credentialId: String): Boolean(source)

Remove a push 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.