跳转到主要内容
DELETE
/
v2
/
enterprise
/
playbooks
/
{playbook_id}
Delete Enterprise Playbook
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
需要 Enterprise 管理员的个人 API key。 删除 Playbook。只有该 Playbook 的所有者或 Enterprise 管理员可以删除该 Playbook。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

playbook_id
string
required

Response

Successful Response