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

# Revoke API key

`DELETE /api/v3/keys/{id}`

Revoke an API key. Revoked keys can no longer be used to authenticate requests.

## Path parameters

- `id` string, required

## Response `204`

API key revoked successfully.

## Other responses

- `401` — Authentication credentials were not provided or are invalid
- `403` — Forbidden — the API key has already been revoked.
- `404` — The requested resource was not found

---

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