AI-generated Key Takeaways
-
The DELETE request for
properties.firebaseLinks/delete
is used to remove a FirebaseLink from a property. -
The request uses a DELETE method with a URL format specifying the property and Firebase link IDs.
-
The only required parameter is
name
, which identifies the specific FirebaseLink to be deleted. -
Both the request and response bodies are empty for this operation.
-
Authorization requires 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