Delete a playbook definition
Permanently deletes the playbook definition identified by playbookId. Authorization: organization administrators only — other callers are rejected with 403. Response: { data: { id } } echoing the deleted playbook id.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
playbookId
Response
The deleted playbook id.
data