Method: customers.analysisQueries.delete

  • Deletes a specified analysis query using an HTTP DELETE request.

  • Requires the name path parameter to identify the analysis query for deletion, formatted as 'customers/[customerId]/analysisQueries/[resource_id]'.

  • Utilizes the https://www.googleapis.com/auth/adsdatahub authorization scope.

  • Both request and response bodies are empty for successful deletion.

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