Skip to main content
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>'
{
  "status": "success"
}
Requires an enterprise admin personal API key. Delete a playbook. Only the playbook owner or enterprise admins can delete a playbook.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

playbook_id
string
required

Response

Successful Response

status
string
default:success