跳转到主要内容
DELETE
/
v2
/
enterprise
/
organizations
/
{org_id}
删除 Enterprise 组织的端点
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/organizations/{org_id} \
  --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 中删除一个组织。
此操作无法撤销。该组织以及所有用户成员关系都将被永久删除。你不能删除 Enterprise 的主组织。

授权

Authorization
string
header
必填

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

路径参数

org_id
string
必填

响应

成功的响应

status
string
默认值:success