v1

latestOpenAPI 3.1.02026-07-13231960.5 KB
Playbooks

Delete playbook

Delete a team playbook. Requires ManageOrgPlaybooks permission. This marks the playbook as deleted and removes any associated macro.

delete/v1/playbooks/{playbook_id}

Path parameters

playbook_idstring required

The ID of the playbook to delete

Response

Playbook deleted successfully

statusstring

Example response

{
  "status": "success"
}