Skip to main content
DELETE
cURL
このエンドポイントを使用して、ID で API キーを削除します。
Console → Personal Settings で personal access token を生成し、それを生の Authorization ヘッダー値として送信してください。Bearer を先頭に付けないでください。
削除後、そのキーはモデルリクエストに使用できなくなります。レスポンスは、削除が成功したかどうかのみを確認します。 id パスパラメータは、API キーを一覧表示する で返される数値のキー ID です。キーの削除はそのキー値に対して永続的です。統合で再び認証情報が必要な場合は、新しい API キーを作成してください。

承認

Authorization
string
header
必須

Personal access token copied from CometAPI Console > Personal Settings. Send the raw token value; do not prefix it with Bearer.

パスパラメータ

id
integer
必須

Numeric API key ID returned by the list endpoint. Deleting this ID permanently invalidates that key value.

レスポンス

200 - application/json

Delete result.

success
boolean
必須

Whether the delete operation succeeded.

:

true

message
string
必須

Backend status message. The value is usually an empty string on success.

:

""