跳转到主要内容
DELETE
/
v2
/
enterprise
/
api-keys
/
{api_key_id}
Revoke Enterprise Api Key Endpoint
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/api-keys/{api_key_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
需要企业管理员的个人 API key。 撤销属于该企业的特定 API key。

授权

Authorization
string
header
必填

Personal API Key (apk_user_*) for Enterprise Admins only

路径参数

api_key_id
string
必填

响应

Successful Response

status
string
默认值:success