Required. Resource name of the listing to delete. e.g. projects/myproject/locations/US/dataExchanges/123/listings/456.
Query parameters
Parameters
deleteCommercial
boolean
Optional. If the listing is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid deleting commercial listings accidentally.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-05 UTC."],[[["This webpage documents the process for deleting a listing via an HTTP DELETE request to the specified URL."],["The `name` path parameter is required and specifies the resource name of the listing to be deleted, following the format `projects/myproject/locations/US/dataExchanges/123/listings/456`."],["The request body must be empty for this DELETE operation, and a successful operation will result in an empty response body."],["Deleting a listing requires one of the specified OAuth scopes or the `analyticshub.listings.delete` IAM permission on the listing's resource."]]],[]]