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

---

[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)
