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

# Delete an API key

`DELETE /keys/{key}`

## Path parameters

- `key` string, required

## Response `200`

API key deleted.

**Note**: API keys are actually disabled, not deleted, to make sure keys with the same value are not created later by accident.

- Key[]
  - `key` string, required
  - `createdAt` string

## Other responses

- `400` — Bad request
- `401` — Authentication failed

---

[API](https://skmtc.net/blitapp/apis/blit.md) · [All operations](https://skmtc.net/blitapp/apis/blit/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blitapp/blit/revisions/4f44976989c8/schema)
