Page Summary
-
This document outlines how to delete group members within a group using a batch delete method.
-
The HTTP request uses a POST method with a specified URL structure that includes the deployment and group name.
-
The request body requires a list of group members to be deleted, with a current limit of 1000 members per request.
-
A successful response body is empty, and the request requires authorization with a specific OAuth scope.
Deletes group members in a group. If any member does not it exist, it will be ignored.
HTTP request
POST https://androidovertheair.googleapis.com/v1/{name=deployments/*/groups/*}/members:batchDelete
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Relative resource name. For example: "deployments/deployment_x/groups/group_g/members" |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"groupMembers": [
{
object ( |
| Fields | |
|---|---|
groupMembers[] |
Required. The list of |
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/android_partner_over_the_air
For more information, see the OAuth 2.0 Overview.