Remove member from Group

Use this to remove a specific member from a Group. If the Group is within an Organization, the member will not be removed from any other Groups they belong to within the Organization. To completely delete someone from all Groups they're belong to within an Organization use DELETE /organization/{organizationId}/member/{memberEmail}.

Path Params
string
required

Email of group

string
required

Email of group member

Responses
200

successful operation

400

Invalid email address

401

You don't have access to the group

404

Group not found

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!