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

# Revoke API key

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

Revokes an API key.

## Path parameters

- `apiKeyId` string, required — API-key identifier.

## Response `204`

API key revoked

## Other responses

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

---

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