Skip to main content
DELETE
/
v1
/
playbooks
/
{playbook_id}
Delete playbook
curl --request DELETE \
  --url https://api.devin.ai/v1/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Delete a team playbook. Requires ManageOrgPlaybooks permission. This marks the playbook as deleted and removes any associated macro.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

playbook_id
string
required

The ID of the playbook to delete

Response

Playbook deleted successfully

status
string
Example:

"success"