Method: customers.crmBasedUserListQueries.delete

  • Deletes a specified CRM based user list query using a DELETE request.

  • Requires providing the full name of the query in the URL path.

  • The request body should be empty, and a successful deletion results in an empty response body.

  • Authorization requires the https://www.googleapis.com/auth/adsdatahub 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