---
title: "Revoke token"
method: DELETE
path: "/auth/api-tokens/{tokenId}"
tags: ["API Tokens"]
---

# Revoke token

`DELETE /auth/api-tokens/{tokenId}`

Revokes an active API token. The token becomes immediately unusable. Requires token management to be enabled for the partner.

## Path parameters

- `tokenId` string, required

## Response `200`

Token revoked successfully

- object
  - `message` string

## Other responses

- `400` — Token not found or already revoked
- `401` — Not authenticated
- `403` — Token management not enabled for this partner

## Changes

- **2026-06-12** `da9b369e16fd` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2026-04-02** `a826c41835eb` — 1 info
  - endpoint added
- **2026-04-01** `013070af066e` — 1 breaking
  - api path removed without deprecation
- **2026-04-01** `04cff5f472c6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/auth/api-tokens/:tokenId/delete.md)

---

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