Method: properties.conversionEvents.delete
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This API request, though deprecated in favor of DeleteKeyEvent, allows for the deletion of a conversion event within a specific property.
The deletion is performed using an HTTP DELETE request to a URL that includes the property and conversion event names.
The request requires the name path parameter, which specifies the resource name of the conversion event to be deleted.
The request body should be empty, and a successful response will also have an empty body.
The authorization scope https://www.googleapis.com/auth/analytics.edit is required to perform this operation.
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 specific item is deprecated in favor of using `DeleteKeyEvent`.\n"]]