Method: properties.keyEvents.delete
בקשת HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/keyEvents/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המשאב של האירוע המרכזי שרוצים למחוק. פורמט: properties/{property}/keyEvents/{keyEvent} דוגמה: "properties/123/keyEvents/456"
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט 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 Key Event resource using an HTTP DELETE request."],["Requires providing the Key Event's resource name in the URL path."],["An empty request body is necessary, and a successful deletion results in an empty response body."],["Utilizes the `analytics.edit` OAuth scope for authorization."]]],["This document outlines how to delete a Key Event using an HTTP DELETE request. The request URL follows gRPC Transcoding syntax and requires a `name` path parameter specifying the Key Event's resource path (e.g., \"properties/123/keyEvents/456\"). The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]