---
title: "Delete a certificate from the organization.

The certificate must be inactive for the organization and all projects."
method: DELETE
path: "/organization/certificates/{certificate_id}"
tags: ["Certificates"]
---

# Delete a certificate from the organization.

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

`DELETE /organization/certificates/{certificate_id}`

## Path parameters

- `certificate_id` string, required

## Response `200`

Certificate deleted successfully.

- DeleteCertificateResponse
  - `object` 'certificate.deleted', required — The object type, must be `certificate.deleted`.
  - `id` string, required — The ID of the certificate that was deleted.

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
