---
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
  - `object` string
  - `deleted` boolean

---

[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/bbf1d88b9b56/schema)
