> ## 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">
  リクエストの content type。このパラメータは 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
