Unassign a group from a role
DELETE/roles/:roleId/groups/:groupId
Unassigns a group from a role.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The group was unassigned successfully from the role.
The provided data is not valid.
Forbidden. The request is not allowed.
The role or group with the given ID was not found.
An internal error occurred while processing the request.