Remove a member from a group
DELETE/tap/api/v1/groups/:groupId/members/:userId
Removes a user from a group. Requires the admin role.
Request
Responses
- 200
- 401
- 404
- 500
The member was removed.
The user is not authorized to access this resource.
The group was not found or the user is not a member.
The member could not be removed.