Removes a list of users from the provided destinations.
This feature is only available to accounts on an allowlist.
HTTP request
POST https://datamanager.googleapis.com/v1/users: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 possible ingestion destinations. |
userData[] |
Required. The individual bits of UserData that act as keys for the users to remove. |
encryptionInfo |
Optional. Encryption information about encryption keys which are used to encrypt the data. |
validateOnly |
Optional. If |
encoding |
Required. The encoding type of the user identifiers. For encrypted user identifiers, this only applies to the outer encoding. |
Response body
Response from the RemoveUsersRequest.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "requestId": string } |
| Fields | |
|---|---|
requestId |
The generated request id of the Ingestion Request. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/datamanager