Skip to main content
DELETE
Delete tool

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

toolID
string
required

The ID of the tool to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

type
enum<string>
required

The type of the tool to delete.

Available options:
api,
mcp,
function

Response

200 - application/json

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.

message
string
required

A human-readable message confirming the deletion.