Method: customers.analysisQueries.delete
Deletes an analysis query.
HTTP request
DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/analysisQueries/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
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'.
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Deletes an existing analysis query using a DELETE request to a specified URL."],["Requires providing the full name of the analysis query to be deleted as a path parameter in the URL."],["Needs an empty request body and will return an empty response body upon successful deletion."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],["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"]]