Skip to main content
DELETE
/
radius
/
groups
/
{groupId}
/
users
/
{username}
Remove a User from a Group
curl --request DELETE \
  --url https://api.altostrat.io/radius/groups/{groupId}/users/{username} \
  --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

groupId
string
required

The unique identifier for the group, prefixed with rad_grp_.

username
string
required

The username of the user to remove from the group.

Response

The user was successfully removed from the group.