Skip to main content
DELETE
/
tools
/
{tool_id}
Delete Tool
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"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>

Path Parameters

tool_id
string
required

Tool ID

Response

Tool deleted successfully

data
object
required
meta
object
required