---
title: "Revoke API key"
method: DELETE
path: "/auth/api-keys"
tags: ["Authentication"]
---

# Revoke API key

`DELETE /auth/api-keys`

Revokes the currently active API key. The key will immediately stop working for authentication.

## Response `200`

API key revoked successfully

- object
  - `message` string

## Other responses

- `400` — No active API key found
- `403` — API key management is only available via the UI

---

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