Delete a playbook definition

View as Markdown

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

playbookIdstringRequired

Response

The deleted playbook id.
dataobject