---
title: "Delete an API Key"
method: DELETE
path: "/2/teams/{teamSlug}/api-keys/{ID}"
tags: ["Key Management"]
---

# Delete an API Key

`DELETE /2/teams/{teamSlug}/api-keys/{ID}`

This deletes and immediately deactivates the API Key. This is an irreversible operation.

## Response `204`

No Content

## Other responses

- `400` — The provided request body was invalid.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — InternalError

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
