cURL
curl --request DELETE \ --url https://api.example.com/v1/voiceai/tools/{tool_id} \ --header 'x-api-key: <api-key>'
{}
Delete tool from the workspace. This also removes the tool from all agents that reference it.
API key for programmatic access
ID of the requested tool.
Successful Response
The response is of type Response Delete Tool Route · object.
Response Delete Tool Route · object