Skip to content

Cancel TLS certificate order

POST /tls/certificate/{certificate_id}/cancel

Operation ID: CancelCertificate

Cancel a pending TLS certificate order. Use /tls/certificate/{certificate_id}/order-cancel when an already issued order should be revoked in full.

NameTypeRequiredDescription
certificate_idtlsCertificateIdyes-

tlsCertificateCancelRequest

FieldTypeRequiredDescription
notestringnoOptional provider note stored with the cancellation request. If omitted, regfish sends a default note because the CA requires one for pending-order cancellations.
StatusTypeDescription
200tlsCertificateResponseTLS certificate cancellation accepted
400ErrorInvalid request
401ErrorUnauthorized
404ErrorTLS certificate not found
409ErrorOnly pending TLS certificate orders can be cancelled
500ErrorUnexpected error
502ErrorUpstream TLS provider error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responsetlsCertificateResponseno-
Terminal window
curl -X POST "https://api.regfish.com/tls/certificate/<certificate_id>/cancel" \
-H "x-api-key: $REGFISH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"note": "string"
}'

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.