---
title: "Revoke API Key"
method: DELETE
path: "/api-keys/{api_key_id}"
tags: ["api-keys"]
---

# Revoke API Key

`DELETE /api-keys/{api_key_id}`

## Path parameters

- `api_key_id` string, required

## Headers

- `Authorization-Signature` string, required

## Response `204`

API key revoked

## Other responses

- `401` — Unauthorized
- `404` — API key not found
- `409` — The last active API key cannot be revoked
- `500` — Internal Server Error

---

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