This action is irreversible. The tool will be permanently removed. Any agents that reference this tool will lose access to it.
Authorizations
Path Parameters
The unique UUID of the tool to delete.
Response
Whether the request succeeded.
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"
}