Skip to main content
curl -X DELETE https://api.thinnest.ai/v2/tools/{agent_id}/{tool_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"
DELETE /v2/tools/{tool_id}

Response

{
  "id": "tool_abc123",
  "status": "deleted"
}