Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This method, though deprecated, is used to delete a conversion event within a property.
The HTTP request uses a DELETE method with a URL following gRPC Transcoding syntax, requiring the resource name of the conversion event as a path parameter.
The request body must be empty, and a successful response will also have an empty body.
Authorization requires the https://www.googleapis.com/auth/analytics.edit OAuth scope.
Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversionEvent} Example: "properties/123/conversionEvents/456"
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],["The provided content outlines the process for deleting a conversion event via an HTTP DELETE request. The request is sent to a specified URL using gRPC Transcoding syntax, with a required `name` path parameter indicating the event to delete (e.g., \"properties/123/conversionEvents/456\"). The request body must be empty, and a successful deletion returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. This action is deprecated in favor of `DeleteKeyEvent`.\n"]]