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

# Delete an organization admin API key

`DELETE /organization/admin_api_keys/{key_id}`

Delete the specified 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-13** `74cbcf73838f` — 1 warning, 4 info
  - added the new `organization.admin_api_key.deleted` enum value to the `object` response property for the response status `200`
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API
  - the response property `deleted` became required for the status `200`
  - the response property `id` became required for the status `200`
  - …1 more
- **2025-01-31** `fc164a27fdb9` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2025-01-31** `15156e46769c` — 2 info
  - the endpoint scheme security `basic_identity_edge` was added to the API
  - the endpoint scheme security `bearer_identity_edge` was added to the API
- **2025-01-22** `bdebcdfcbbde` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2024-12-18** `d311deacd11a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/admin_api_keys/:key_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)
