POST
/organization/certificates/deactivateDeactivate organization certificates
Deactivates certificates configured at the organization level. Provide the certificate identifiers you want to deactivate in a single idempotent request, with no more than 10 identifiers per request.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The certificate deactivation payload containing the certificates to deactivate.
certificate_idsarray<string>required
Array of certificate identifiers to deactivate. Must contain at least 1 and at most 10 identifiers.
200Returns an organization certificate deactivation result containing the deactivated certificate records and their current active status.
objectstringrequired
The organization certificate deactivation result type.
dataarray<object>required
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
certificate_ids must contain between 1 and 10 certificate identifiers. A 429 is returned when the request exceeds the applicable rate limit.