---
title: "Revoke Admin Api Key"
method: DELETE
path: "/api/admin/api-keys/{key_id}"
tags: ["admin"]
---

# Revoke Admin Api Key

`DELETE /api/admin/api-keys/{key_id}`

Revoke one of the admin's own API keys.

Idempotent: revoking an already-revoked key returns 200 ok.
Scoped to the calling admin's own keys; an admin cannot revoke
another admin's keys through this endpoint (a separate force-
revoke surface would handle that, with stricter audit).

## Path parameters

- `key_id` integer, required

## Response `200`

Successful Response

- StatusResponse
  - `status` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/api-keys/:key_id/delete.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
