User Groups V2
Remove User Group Roles
Use this API to remove roles from a specific user group.
delete/api/access/v2/user-groups/{groupId}/access-levels
Path parameters
groupIdstring uuid required
The unique identifier of the user group.
Request body
Example request
[
{
"organizationId": "323e4567-e89b-12d3-a456-426614174000",
"roleId": "223e4567-e89b-12d3-a456-426614174000"
}
]Response
Access levels removed successfully