Delete a credential from storage.
This function deletes a credential and its corresponding device key from the storage. It is idempotent, meaning calls to delete credentials that do not exist will not return an error.
The ID of the credential to delete.
InvalidParams if the provided arguments are missing or invalid.
InvalidParams
MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.
Generated using TypeDoc
Delete a credential from storage.
This function deletes a credential and its corresponding device key from the storage. It is idempotent, meaning calls to delete credentials that do not exist will not return an error.