AI-generated Key Takeaways
-
This document provides details on how to delete a BigQueryLink on a property using an HTTP DELETE request.
-
The request uses a specific URL format that includes path parameters for the property and BigQueryLink names.
-
The request body must be empty, and a successful response will also have an empty body.
-
Deleting a BigQueryLink requires the
https://www.googleapis.com/auth/analytics.edit
authorization scope.
Deletes a BigQueryLink on a property.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The BigQueryLink to delete. Example format: properties/1234/bigQueryLinks/5678 |
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.edit