Requires authorization
Removes a member from a group. Try it now.
Request
HTTP request
DELETE https://www.googleapis.com/admin/directory/v1/groups/groupKey/members/memberKey
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
groupKey |
string |
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. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/admin.directory.group.member |
https://www.googleapis.com/auth/admin.directory.group |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.