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

# 刪除 KEY

> 依據 token_id 刪除 KEY

## 請求參數

### 請求標頭

<ResponseField type="string" required>
  請求的身份驗證。本 API 使用 AIHubMix Manage Key 進行身份驗證。
</ResponseField>

<ResponseField type="string">
  請求的內容類型。此參數必須設定為 application/json。
</ResponseField>

### 路徑參數

<ParamField path="token_id" type="integer" required>
  KEY 的 ID。
</ParamField>

## 回應參數

<ResponseField name="success" type="boolean">
  表示操作是否成功。
</ResponseField>

<ResponseField name="message" type="string">
  訊息資訊（可能為空）。如果請求失敗，會傳回失敗原因。
</ResponseField>

<ResponseField name="data" type="object">
  刪除操作的結果物件（依介面實際傳回）。可能是空物件 `{}`。
</ResponseField>

***

最後更新：2026-06-01
