English
Documentation
How to use the Orkeia AI platform
Remove a model and its subdocuments.
DELETE https://gateway.orkeia.ai/ai-models/{id}
authorization: <your_token>
authorization: <your_token> Content-Type: application/json
id
MODEL_67890
{ "environment": { "company": "acme-inc", "sector": "engineering" } }
{ "status": "OK", "data": { "true"} }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?