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

# Revoke API key

`DELETE /api/v1/auth/keys/{key_uuid}`

## Path parameters

- `key_uuid` string, uuid, required

## Response `204`

Revoked

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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