Method: customers.crmBasedUserListQueries.delete

  • This page describes how to delete a CRM based user list query using an HTTP DELETE request.

  • The request URL uses gRPC Transcoding syntax and requires the name path parameter, which specifies the full name of the query to delete.

  • The request body must be empty, and a successful response body will also be empty.

  • Authorization for this operation requires the https://www.googleapis.com/auth/adsdatahub OAuth scope.

Deletes a CRM based user list query.

HTTP request

DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/crmBasedUserListQueries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The full name of the CRM based user list query to delete. This is of the form 'customers/[customerId]/crmBasedUserListQueries/[resource_id]', e.g. 'customers/123/crmBasedUserListQueries/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