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

# Delete API key

`DELETE /v0/api-keys/{api-key-id}`

Deletes the API Key. This operation cannot be undone.

## Path parameters

- `api-key-id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found
- `422` — Unprocessable Entity

---

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