Skip to main content
DELETE
/
api
/
tools
/
{id}
Delete Tool
curl --request DELETE \
  --url https://api.example.com/api/tools/{id}

Request

curl -X DELETE "https://app.orova.ai/api/tools/TOOL_ID" \
  -H "x-api-key: YOUR_API_KEY"

Path parameters

ParameterTypeDescription
idstringTool ID

Response

{
  "message": "Tool deleted successfully"
}
Deleting a tool removes it from all agents that have it assigned. Make sure no active agents depend on it before deleting.