Commit 2ad4a900 authored by Tim Poffenbarger's avatar Tim Poffenbarger Committed by Suzanne Selhorn

Provide explicit instructions for user removal

parent 8c027aee
......@@ -561,7 +561,12 @@ Example response:
## Remove a member from a group or project
Removes a user from a group or project.
Removes a user from a group or project where the user has been explicitly assigned a role.
The user needs to be a group member to qualify for removal.
For example, if the user was added directly to a project within the group but not this
group explicitly, you cannot use this API to remove them. See
[Remove a billable member from a group](#remove-a-billable-member-from-a-group) for an alternative approach.
```plaintext
DELETE /groups/:id/members/:user_id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment