Skip to main content

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

deleteCredential(credentialId: CredentialListItem["id"]): Promise<void>

Parameter

  • credentialId - UUID of the credential to be deleted.

Return value

No value is returned on a successful call.