Method: properties.userLinks.batchDelete

Deletes information about multiple users' links to an account or property.

HTTP request

POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/userLinks:batchDelete

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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 (DeleteUserLinkRequest)
    }
  ]
}
Fields
requests[]

object (DeleteUserLinkRequest)

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