Sample - OpenAI API
DELETE/organization/certificates/{certificate_id}

Delete certificate

Delete a certificate from the organization.

The certificate must be inactive for the organization and all projects.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
certificate_idstringrequired
Unique ID of the certificate to delete.

2 status codes
200Certificate deleted successfully.
objectstringrequired
The object type, must be `certificate.deleted`.
Allowed:certificate.deleted
idstringrequired
The ID of the certificate that was deleted.
429The request was rejected because a rate limit was exceeded.
errorobjectrequired

Error handling

A 429 is returned: The request was rejected because a rate limit was exceeded.