---
title: "Delete API key"
method: DELETE
path: "/v1/api_keys/{id}"
tags: ["API Keys"]
---

# Delete API key

`DELETE /v1/api_keys/{id}`

Deletes an API key. Any applications using this key will lose access immediately.

## Response `200`

Successful response

- DeleteApiKeyResponse
  - `success` boolean, required

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found.

---

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