DeleteAssignedTargetingOptionsRequest

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.