Certificates
Revoke
Revoke
POST
/
api
/
v1
/
pki
/
certificates
/
{serialNumber}
/
revoke
Path Parameters
serialNumber
string
requiredThe serial number of the certificate to revoke. The revoked certificate will be added to the certificate revocation list (CRL) of the CA.
Body
application/json
revocationReason
enum<string>
requiredThe reason for revoking the certificate.
Available options:
UNSPECIFIED
, KEY_COMPROMISE
, CA_COMPROMISE
, AFFILIATION_CHANGED
, SUPERSEDED
, CESSATION_OF_OPERATION
, CERTIFICATE_HOLD
, PRIVILEGE_WITHDRAWN
, A_A_COMPROMISE
Response
200 - application/json
message
string
requiredserialNumber
string
requiredThe serial number of the revoked certificate.
revokedAt
string
requiredThe date and time when the certificate was revoked