Skip to main content
DELETE
/
radius
/
users
/
{userId}
Delete a User
curl --request DELETE \
  --url https://api.altostrat.io/radius/users/{userId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Path Parameters

userId
string
required

The unique identifier for the user, prefixed with rad_usr_.

Response

The user was deleted successfully.