POST /tls/certificate/{certificate_id}/revoke
Operation ID: RevokeCertificate
Revoke only the currently selected TLS certificate while keeping the order available for later reissue.
tlsCertificateRevokeRequest
Field Type Required Description commentstringno Optional provider comment for the revocation request. revocation_reasontlsCertificateRevocationReasonno Optional revocation reason forwarded to the CA. Defaults to unspecified when omitted.
Status Type Description 200tlsCertificateResponseTLS certificate revocation accepted 400ErrorInvalid request or revocation reason 401ErrorUnauthorized 404ErrorTLS certificate not found 409ErrorThe TLS certificate cannot be revoked in its current state 500ErrorUnexpected error 502ErrorUpstream TLS provider error
Field Type Required Description successbooleanyes Success indicator codeintegerno Response/Error Code responsetlsCertificateResponse no -
curl -X POST " https://api.regfish.com/tls/certificate/<certificate_id>/revoke " \
-H " x-api-key: $REGFISH_API_KEY " \
-H " Content-Type: application/json " \
"revocation_reason": "cessationOfOperation"
Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.