> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke API token

> Revoke an API token by id.

```http theme={null}
DELETE /api/v1/auth/tokens/{id}
```

Revoke a token immediately. Subsequent requests with the revoked token return `401`. This operation requires
`api_tokens.manage`.

**Path parameters**

| Param | Type   |
| ----- | ------ |
| `id`  | string |
