跳转到主要内容
DELETE
/
v2
/
enterprise
/
api-keys
撤销 Enterprise API key 的端点
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

需要 Enterprise 管理员的个人 API key。 撤销 Enterprise 中所有组织的所有 API key。此为批量操作,会影响用户和服务使用的所有 API key。

授权

Authorization
string
header
必填

仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)

响应

200 - application/json

成功响应

status
string
默认值:success