Method: properties.keyEvents.delete
Önemli bir etkinliği siler.
HTTP isteği
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/keyEvents/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Silinecek önemli etkinliğin kaynak adı. Biçim: properties/{property}/keyEvents/{keyEvent} Örnek: "properties/123/keyEvents/456"
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni boş bir JSON nesnesi olur.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-01-14 UTC.
[null,null,["Son güncelleme tarihi: 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"]]