メインコンテンツへスキップ
DELETE
/
v2
/
enterprise
/
api-keys
Enterprise APIキー失効エンドポイント
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Enterprise管理者の個人用APIキーが必要です。 Enterprise内のすべての組織に対して、すべてのAPIキーを無効化します。これは、ユーザーAPIキーとサービスAPIキーの両方に影響する一括処理です。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

レスポンス

200 - application/json

成功した場合のレスポンス

status
string
デフォルト:success