AI-generated Key Takeaways
-
This API call deletes an access binding on an account or property.
-
The HTTP request method is DELETE and the URL includes
name
as a path parameter. -
The request body must be empty, and a successful response body is also an empty JSON object.
-
The API call requires the
https://www.googleapis.com/auth/analytics.manage.users
authorization scope.
Deletes an access binding on an account or property.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=accounts/*/accessBindings/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
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