Delete playbook
Delete playbook
Deletes a single playbook by ID. A playbook is a set of instructions that drives an agent toward a goal, calling tools as it needs them. The response carries only a confirmation message, so refetch the playbooks to see what is left.
DELETE
Delete playbook
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the playbook to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Confirms the playbook was deleted from the project environment. The body is a message only, so list the playbooks again to see which remain.
A human-readable message confirming the deletion.