Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.
memberKey
string
Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["This operation removes a member (user or group) from a specified Google Group."],["It requires a DELETE request to a specific URL, providing the group and member identifiers as path parameters."],["The request body should be empty, and a successful operation results in a standard HTTP response."],["Authorization is necessary using one of the provided OAuth scopes related to group and member management."]]],[]]