Delete credential
Deletes a credential from the user's wallet. The credential will no longer be shareable. This has no impact on the credential in the issuer's system.
Function
- React Native
- iOS
- Android
deleteCredential(credentialId: CredentialListItem["id"]): Promise<void>
func deleteCredential(credentialId: String) throws
fun `deleteCredential`(`credentialId`: String)
Parameter
credentialId
- UUID of the credential to be deleted.
Return value
No value is returned on a successful call.