Skip to content

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.

id
required
string

The ID of a group

user_id
required
integer

The user ID of the member

Resource deleted

Bad Request

Not Found