DELETE
/
api
/
v1
/
tools
/
{id}
curl -X DELETE https://api.ravan.ai/api/v1/tools/019d1fdb-3977-7bd5-ab27-8d3b37ddf4fc/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Tool deleted successfully"
}
This action is irreversible. The tool will be permanently removed. Any agents that reference this tool will lose access to it.

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your support@ravan.ai under Settings → API Keys.

Path Parameters

id
string
required
The unique UUID of the tool to delete.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
curl -X DELETE https://api.ravan.ai/api/v1/tools/019d1fdb-3977-7bd5-ab27-8d3b37ddf4fc/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Tool deleted successfully"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Tool ID

Response

Successful response