Remove member from user group

POST
/v1/workspace/groups/:group_id/members/remove

Removes a member from the specified group. This endpoint may only be called by workspace administrators.

Path parameters

group_idstringRequired

The ID of the target group.

Request

This endpoint expects an object.
emailstringRequired

The email of the target workspace member.

Response

Successful Response

{}
any or null

Errors

Built with