English
Documentation
How to use the Orkeia AI platform
Removes a specific tool.
DELETE https://gateway.orkeia.ai/tools/{id}
authorization: <your_token>
curl -X DELETE "https://gateway.orkeia.ai/tools/TOOL_123456" -H "authorization: <your_token>"
{ "status": "OK", "data": true }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?