Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.truedy.ai/api/public/v1/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true, "id": "tool_p1q2r3s4" }, "meta": { "request_id": "req_32e7531c", "ts": "2026-04-05T10:22:00Z" } }
Delete a tool. Tool must not be in use by any agent.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Tool ID
Tool deleted successfully
Show child attributes