Remove a billable member from a group
DELETE
/api/v4/groups/{id}/billable_members/{user_id}
Removes a specified billable member from a group and its subgroups and projects. The user does not need to be a group member to qualify for removal. For example, if the user was added directly to a project in the group, you can still remove them using this operation.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID of a group
user_id
required
integer
The user ID of the member
Responses
Section titled “ Responses ”Resource deleted
Bad Request
Not Found