Method: bidders.pretargetingConfigs.delete

  • Deletes a specified pretargeting configuration based on its unique name.

  • Requires an HTTP DELETE request to a specific URL with the pretargeting configuration's name.

  • The request body should be empty, and upon successful deletion, the response body will also be empty.

  • Requires authorization using the https://www.googleapis.com/auth/realtime-bidding scope.

Deletes a pretargeting configuration.

HTTP request

DELETE https://realtimebidding.googleapis.com/v1/{name=bidders/*/pretargetingConfigs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the pretargeting configuration to delete. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/realtime-bidding