AI-generated Key Takeaways
-
Deletes a specific FirebaseLink associated with a Google Analytics 4 property.
-
Requires the
name
path parameter to identify the property and FirebaseLink to delete, formatted asproperties/{property_id}/firebaseLinks/{firebase_link_id}
. -
Uses an HTTP
DELETE
request with an empty body and returns an empty response upon successful deletion. -
Needs authorization with the
https://www.googleapis.com/auth/analytics.edit
scope.
Deletes a FirebaseLink on a property
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/firebaseLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: |
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