English
Documentation
How to use the Orkeia AI platform
Removes a specific squad.
DELETE https://gateway.orkeia.ai/squads/{id}
authorization: <your_token>
curl -X DELETE "https://gateway.orkeia.ai/squads/SQUAD_1234" \ -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?