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."],[[["\u003cp\u003eDeletes a specified user list query using an HTTP DELETE request.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the user list query for deletion, formatted as \u003ccode\u003ecustomers/{customerId}/userListQueries/{resourceId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn empty request body is necessary, and a successful deletion results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization necessitates the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,[]]