[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eDeletes a specific FirebaseLink associated with a Google Analytics 4 property.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the property and FirebaseLink to delete, formatted as \u003ccode\u003eproperties/{property_id}/firebaseLinks/{firebase_link_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP \u003ccode\u003eDELETE\u003c/code\u003e request with an empty body and returns an empty response upon successful deletion.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document outlines how to delete a FirebaseLink associated with a Google Analytics property. The core action is a `DELETE` HTTP request to a specific URL format: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/firebaseLinks/*}`. The `name` parameter, required in the URL path, specifies the property and FirebaseLink ID. The request body must be empty. Upon success, an empty JSON object is returned. Authorization requires the `analytics.edit` OAuth scope.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes a FirebaseLink on a property\n\nHTTP request\n\n`DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/firebaseLinks/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678` |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body is an empty JSON object.\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]