Method: properties.firebaseLinks.delete
מחיקה של FirebaseLink בנכס
בקשת HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/firebaseLinks/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. פורמט: properties/{property_id}/firebaseLinks/{firebase_link_id} לדוגמה: properties/1234/firebaseLinks/5678
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-01-14 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["Deletes a specific FirebaseLink associated with a Google Analytics 4 property."],["Requires the `name` path parameter to identify the property and FirebaseLink to delete, formatted as `properties/{property_id}/firebaseLinks/{firebase_link_id}`."],["Uses an HTTP `DELETE` request with an empty body and returns an empty response upon successful deletion."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["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"]]