Delete tool
Deletes a single tool by ID. A tool is something a playbook can call during a conversation. The response carries only a confirmation message, so refetch the tools to see what is left.
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the tool to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
The type of the tool to delete.
api, mcp, function Response
Confirms the tool attachment was removed, and the required type parameter must match the type of the tool being deleted. The body is a message only, so refetch the agent's or playbook's tools to see what it can still call.
A human-readable message confirming the deletion.