[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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`"]]