DELETE
/
organization
/
certificates
/
{certificate_id}
curl --request DELETE \
  --url https://api.openai.com/v1/organization/certificates/{certificate_id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "certificate.deleted",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Certificate deleted successfully.

The response is of type object.