Revoking a verifiable credential can be done using the command-line interface with the following command:
where {vc-filepath} is the path to the verifiable credential to be checked.
e.g. Verifiable Credential - vc.json
e.g. Revoke the credential
e.g. Revocation result
Checking the status of a verifiable credential can be done using the command-line interface with the following command:
where {vc-filepath} is the path to the verifiable credential to be checked.
e.g. Verifiable Credential - vc.json
e.g. Execute the status checking for a credential
e.g. Status checking result
A separate revocation
command is available within the vc
command for all revocation related operations.
- check the verifiable credential revocation status
- revoke a verifiable credential
Check is a low level function. For a high level check, refer to .
Refer to the section to learn about how to issue a verifiable credentials with a credentialStatus property.