Remove User from Groups
DELETE/users/:userId/groups
Remove User from Groups. If the User is not in a chosen Group, no change is made to that Group.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
User was successfully removed from Groups.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error