Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],["This document outlines the process for deleting a FirebaseLink on a property using a DELETE HTTP request. The request URL requires the `name` path parameter, formatted as `properties/{property_id}/firebaseLinks/{firebase_link_id}`. The request body must be empty. A successful deletion returns an empty JSON object in the response body. Authorization for this action requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The URL utilizes gRPC Transcoding syntax.\n"]]