cURL
curl --request DELETE \ --url https://api.callaidan.com/agent/tool \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "tool_id": "<string>" } '
Delete a tool from an agent
Company API Key
Tool ID to delete
ID of the tool to delete
Tool deleted successfully