deleteCredential

@Blocking
fun deleteCredential(id: String)

Delete a mobile credential from storage.

This function also deletes the corresponding device key from storage. It is also idempotent, meaning calls to this function for mobile credentials that do not exist will not return an error.

Parameters

id

The Id of the credential to delete

Throws