[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Deletes a specific Key Event using the provided resource name."],["Requires an empty request body and returns an empty response body upon success."],["Utilizes the `DELETE` method and requires authorization with the `analytics.edit` scope."],["The Key Event to be deleted is identified through the `name` path parameter, specifying the property and key event IDs."]]],["This document outlines how to delete a Key Event using an API. The core action is a `DELETE` HTTP request sent to a specific URL: `https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/keyEvents/*}`. The `name` parameter within the URL, specifying the Key Event's resource path (e.g., \"properties/123/keyEvents/456\"), is required. The request body must be empty, and a successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]