Removes all audience members from the provided destinations.
HTTP request
POST https://datamanager.googleapis.com/v1/audienceMembers:removeAll
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. |
removeAsOfTime |
Optional. The remove as of time. If set, only audience members last added before this time will be removed. If not set, it defaults to current time. The remove as of time must not be in the future. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
validateOnly |
Optional. For testing purposes. If |
Response body
Response from the RemoveAllAudienceMembersRequest.
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