Method: properties.channelGroups.delete
הפונקציה מוחקת קבוצת ערוצים בנכס.
בקשת HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/channelGroups/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. קבוצת הערוצים שרוצים למחוק. פורמט לדוגמה: properties/1234/channelGroups/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 specified ChannelGroup associated with a Google Analytics 4 property."],["Requires the `analytics.edit` OAuth scope for authorization."],["Uses an HTTP DELETE request with the ChannelGroup's resource name in the URL path."],["The request body should be empty, and a successful deletion results in an empty response body."]]],["This document details the process of deleting a ChannelGroup within a property using an HTTP DELETE request. The request targets a specific ChannelGroup via its `name` path parameter in the URL (e.g., `properties/1234/channelGroups/5678`). The request body must be empty. A successful deletion is confirmed by an empty JSON object in the response body. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The method uses gRPC Transcoding.\n"]]