---
title: "Revoke API Key"
method: DELETE
path: "/api/admin/api-keys"
tags: ["API Keys"]
---

# Revoke API Key

`DELETE /api/admin/api-keys`

Permanently revoke an API key. The key stops working immediately — any
requests using it will receive `401 Unauthorized`. This action is irreversible.

## Request body

- object
  - `id` string, required — The key ID to revoke

## Response `200`

Key revoked

- object
  - `status` string
  - `revokedId` string

## Other responses

- `401` — Invalid or missing API key
- `404` — Key not found

---

[API](https://skmtc.dev/logclaw/apis/logclaw-api.md) · [All operations](https://skmtc.dev/logclaw/apis/logclaw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/logclaw/logclaw-api/revisions/2e3308872959/schema)
