Required. The full name of the user list query to delete. This is of the form 'customers/[customerId]/userListQueries/[resource_id]', e.g. 'customers/123/userListQueries/resource123'.
[[["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 2024-09-18 UTC."],[],["This document details the process of deleting a user list query. The core action is a `DELETE` HTTP request to a specific URL endpoint: `https://adsdatahub.googleapis.com/v1/{name=customers/*/userListQueries/*}`. The `name` parameter within the URL path, a string, is mandatory and defines the query to be deleted. The request body must be empty, and a successful response will also have an empty body. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]