APIキー
API キーを削除する
認証済みアカウントに対して、ID を指定して CometAPI の API キーを 1 つ削除します。
DELETE
cURL
このエンドポイントを使用すると、ID を指定して API キーを削除できます。Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Console → Personal Settings で personal access token を生成し、それを生の
Authorization ヘッダー値として送信します。Bearer は先頭に付けないでください。id パスパラメータは、List API keys が返す数値のキー ID です。キーを削除すると、そのキー値に対しては恒久的に無効になります。連携で再び認証情報が必要な場合は、新しい API キーを作成してください。承認
Personal access token copied from CometAPI Console > Personal Settings. Send the raw token value; do not prefix it with Bearer.
パスパラメータ
Numeric API key ID returned by the list endpoint. Deleting this ID permanently invalidates that key value.