Delete a playbook
Delete a version 2 playbook. Returns 409 when another playbook’s run step targets this one; remove that reference before deleting.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
playbook_id
The id of the playbook
Response
No Content
Errors
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error