Skip to main content
DELETE
/
v1
/
voiceai
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://api.example.com/v1/voiceai/tools/{tool_id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

tool_id
string
required

ID of the requested tool.

Response

Successful Response

The response is of type Response Delete Tool Route · object.