---
title: "Revoke specific API token"
method: DELETE
path: "/customer/tokens/{token}"
tags: ["Authentication"]
---

# Revoke specific API token

`DELETE /customer/tokens/{token}`

Delete a specific API token by its ID.

## Path parameters

- `token` string, required

## Response `200`

- object
  - `message` 'Token revoked successfully', required

## Other responses

- `401` — Unauthenticated

---

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