Method: properties.accessBindings.delete

  • This method deletes an access binding on an account or property.

  • The HTTP request uses the DELETE method with a specific URL format including the resource name.

  • The request requires a name path parameter specifying the access binding to delete.

  • The request body must be empty.

  • A successful response body is an empty JSON object.

  • Authorization requires the https://www.googleapis.com/auth/analytics.manage.users OAuth scope.

Deletes an access binding on an account or property.

HTTP request

DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/accessBindings/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/analytics.manage.users