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