---
title: "Revoke an API token"
method: DELETE
path: "/tokens/{tokenUniqueId}"
tags: ["Tokens"]
---

# Revoke an API token

`DELETE /tokens/{tokenUniqueId}`

Permanently revoke the API token identified by `tokenUniqueId`.
Once revoked, the token can no longer be used to authenticate API requests.

## Path parameters

- `tokenUniqueId` string, required

## Response `200`

The token unique ID and its deletion status

- object

## Other responses

- `401` — Unauthorized
- `404` — Token not found

---

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