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,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nDeletes a user list query.\n\nHTTP request\n\n`DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/userListQueries/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` 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'. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body is empty.\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]