Method: properties.firebaseLinks.delete

  • Deletes a FirebaseLink on a specified Google Analytics 4 property.

  • Requires the https://www.googleapis.com/auth/analytics.edit OAuth scope for authorization.

  • Uses a DELETE request to the URL https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/firebaseLinks/*}, where {name} specifies the property and FirebaseLink ID.

  • The request body should be empty, and a successful deletion results in an empty response body.

Deletes a FirebaseLink on a property

HTTP request

DELETE https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/firebaseLinks/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id}

Example: properties/1234/firebaseLinks/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