- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- DeleteUserLinkRequest
- Try it!
Deletes information about multiple users' links to an account or property.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/userLinks:batchDelete
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The account or property that all user links in the request are for. The parent of all values for user link names to delete must match this field. Example format: accounts/1234 |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"requests": [
{
object ( |
Fields | |
---|---|
requests[] |
Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch. |
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.manage.users
DeleteUserLinkRequest
Request message for DeleteUserLink RPC.
JSON representation |
---|
{ "name": string } |
Fields | |
---|---|
name |
Required. Example format: accounts/1234/userLinks/5678 |