Required. The full name of the analysis query to delete. This is of the form 'customers/[customerId]/analysisQueries/[resource_id]', e.g. 'customers/123/analysisQueries/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 an existing analysis query using a DELETE request to a specified URL.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the full name of the analysis query to be deleted as a path parameter in the URL.\u003c/p\u003e\n"],["\u003cp\u003eNeeds an empty request body and will return an empty response body upon successful deletion.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["The core action is deleting an analysis query via a `DELETE` HTTP request to a specific URL. The URL includes the query's unique identifier within the path parameters (`name`), requiring a customer ID and resource ID. The request body must be empty. A successful deletion results in an empty response body. This action requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization.\n"],null,["# Method: customers.analysisQueries.delete\n\n- [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 an analysis query.\n\n### HTTP request\n\n`DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/analysisQueries/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The full name of the analysis query to delete. This is of the form 'customers/\\[customerId\\]/analysisQueries/\\[resource_id\\]', e.g. 'customers/123/analysisQueries/resource123'. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]