Method: properties.firebaseLinks.delete

  • The FirebaseLink on a property can be deleted using an HTTP DELETE request.

  • The request URL includes parameters for the property ID and Firebase link ID.

  • The request body must be empty, and a successful response body is also empty.

  • Authorization requires the https://www.googleapis.com/auth/analytics.edit OAuth scope.

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