---
title: "Delete admin API key"
method: DELETE
path: "/organization/admin_api_keys/{key_id}"
---

# Delete admin API key

`DELETE /organization/admin_api_keys/{key_id}`

Delete an organization admin API key

## Path parameters

- `key_id` string, required — The ID of the API key to be deleted.

## Response `200`

Confirmation that the API key was deleted.

- object
  - `id` string, required
  - `object` 'organization.admin_api_key.deleted', required
  - `deleted` boolean, required

## Changes

- **2026-05-01** `72f65c459c35` — 1 warning, 3 info
  - added the new `organization.admin_api_key.deleted` enum value to the `object` response property for the response status `200`
  - the response property `deleted` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `object` became required for the status `200`
- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/openai/apis/openai-api/changes/organization/admin_api_keys/:key_id/delete.md)

---

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