English
cURL
curl --request DELETE \ --url https://api.altostrat.io/radius/account-containers/{id} \ --header 'Authorization: Bearer <token>'
Deletes a container. The container must be empty (no child containers or accounts).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Container deleted.
Was this page helpful?