Page Summary
-
This document outlines how to remove a list of AudienceMember resources from provided Destinations using an HTTP POST request.
-
The request body requires specifying the list of destinations and the list of audience members to be removed.
-
Optional fields in the request body include
validateOnly,encoding, andencryptionInfo. -
A successful response body contains a
requestIdstring. -
The operation requires the
https://www.googleapis.com/auth/datamanagerOAuth scope for authorization.
Removes a list of AudienceMember
resources from the provided Destination
.
HTTP request
POST https://datamanager.googleapis.com/v1/audienceMembers:remove
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "destinations" : [ { object ( |
| Fields | |
|---|---|
destinations[]
|
Required. The list of destinations to remove the users from. |
audienceMembers[]
|
Required. The list of users to remove. |
validateOnly
|
Optional. For testing purposes. If |
encoding
|
Optional. Required for |
encryptionInfo
|
Optional. Encryption information for |
Response body
Response from the RemoveAudienceMembersRequest
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "requestId" : string } |
| Fields | |
|---|---|
requestId
|
The auto-generated ID of the request. |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/datamanager

