> ## 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.

# 吊销 API token

> 按 id 吊销 API token。

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

立即吊销 token。之后使用已吊销 token 的请求返回 `401`。该操作需要 `api_tokens.manage`。

**路径参数**

| 参数   | 类型     |
| ---- | ------ |
| `id` | string |
