---
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.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-05-13** `74cbcf73838f` — 1 breaking, 1 info
  - added the new path request parameter `certificate_id`
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API
- **2025-04-29** `6a6c681b1820` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/certificates/:certificate_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
