DeleteAssignedTargetingOptionsRequest

  • Display & Video 360 API v2 has been sunsetted.

  • This documentation details the request format for deleting assigned targeting options.

  • The request must specify the targeting type and a list of assigned targeting option IDs to be removed.

A request listing which assigned targeting options of a given targeting type should be deleted.

JSON representation
{
  "targetingType": enum (TargetingType),
  "assignedTargetingOptionIds": [
    string
  ]
}
Fields
targetingType

enum (TargetingType)

Required. Identifies the type of this assigned targeting option.

assignedTargetingOptionIds[]

string

Required. The assigned targeting option IDs to delete.