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

# Revoke API key

`DELETE /api/v1/api-keys/{id}`

Permanently revoke an API key. In-flight requests using this key fail with `401`. Cannot be undone.

## Path parameters

- `id` string, uuid, required

## Response `200`

API key revoked

- SuccessResponse
  - `success` boolean
  - `message` string

## Other responses

- `404` — Resource not found

---

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