Remove user from group
Endpoint URL
DELETE /api/v2/groups/:group_id/users/:user_id
Removes a user from a group. Provide the group and user IDs both in the URL path and in the JSON request body.
Request
Responses
- 204
- 400
- 403
- 404
- 409
User removed from group successfully
Invalid or missing request body fields
Insufficient permissions to remove this user from the group
Group or user not found
User is not a member of the group, or authenticated user could not be resolved