---
title: "Delete API key"
method: DELETE
path: "/api-keys/{id}"
tags: ["api-keys"]
---

# Delete API key

`DELETE /api-keys/{id}`

Deletes an API key with the given ID. Make sure that the key you are deleting is not used in production environment. This action is not reversible.

## Path parameters

- `id` string, required

## Headers

- `X-API-Version` string, required

## Response `204`

Empty response indicating a successful operation.

## Other responses

- `401` — Error: Invalid API key.
- `404` — Error: API key with the given ID was not found.
- `429` — Error: API key has exceeded its rate limit.

---

[API](https://skmtc.net/fingerprint/apis/management-api.md) · [All operations](https://skmtc.net/fingerprint/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fingerprint/management-api/versions/b17eccec9d47/schema)
