Skip to main content
DELETE
/
radius
/
accounts
/
{id}
Delete an Account
curl --request DELETE \
  --url https://v1.api.altostrat.io/radius/accounts/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^rad_usr_[A-Za-z0-9_\-]+$

Response

204

The account was deleted successfully.