Skip to main content
DELETE
/
v2
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://tavusapi.com/v2/tools/{tool_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "Bad Request. Cannot delete system tools"
}

Authorizations

x-api-key
string
header
required

Path Parameters

tool_id
string
required

The unique identifier of the tool. For system tools this is the tool's name (e.g. end_call).

Example:

"tabc123def456"

Response

Tool deleted