Skip to main content

Revoke a certificate

POST 

/vedsdk/certificates/Revoke

Revokes an existing certificate. The request can be made using either the certificate's Distinguished Name (DN) or its Thumbprint. If both are provided, the DN will be used. The revocation reason and comments are optional. If the Disable parameter is set to true, the certificate will be disabled after revocation. The WorkToDoTimeout parameter specifies the time to wait for the revocation process to complete before returning a response.

Required scope: certificate:revoke

Request

Responses

The certificate was successfully revoked. The Success property is true, and Revoked is true.