How to Revoke Certificates
Revocation API
The API uses a “beneficiary ID/pre-enrolment code” and the “registration number” as input parameters to search and fetch the certificate(s) that need to be revoked from the certificate registry. The revocation certificate does not contain the end date.
Revoke Certificate Workflow
Request URL: {{baseUrl}}/vc-certification/v1/certificate/revoke
Request method: POST
Request Body
Request Json
Steps
Previous Certificate (should show revoked)
Delete revoked VC
Request method: Delete
Request URL: {{baseUrl}}/vc-certification/v1/certificate/revoke/entityName/certificateId
SampleURL: {{baseUrl}}/vc- certification/v1/certificate/revoke/HealthProfessional71/961266078942
Authorisation needed
Response Json
Last updated