cURL
curl --request DELETE \ --url https://api.voicebot.studio/api/v1/tools/{tool_id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "type": "<string>", "function": { "strict": true, "name": "<string>", "description": "<string>", "parameters": { "type": "object", "properties": {}, "required": [ "<string>" ] } }, "server": { "timeoutSeconds": 20, "url": "<string>", "secret": "<string>", "headers": {} }, "messages": [ { "contents": [ { "type": "text", "text": "<string>", "language": "aa" } ], "type": "request-start", "content": "<string>", "conditions": [ { "operator": "eq", "param": "<string>", "value": {} } ] } ], "organizationId": "<string>", "createdBy": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Delete a tool.
Successful Response
Show child attributes