AI-generated Key Takeaways
-
The DeleteAssignedTargetingOptionsRequest is used to specify which assigned targeting options of a given type should be removed.
-
This request uses a JSON representation that includes the targeting type and a list of assigned targeting option IDs.
-
The
targetingTypefield is a required enum that identifies the type of the assigned targeting option. -
The
assignedTargetingOptionIdsfield is a required list of strings representing the IDs of the targeting options to be deleted.
A request listing which assigned targeting options of a given targeting type should be deleted.
| JSON representation |
|---|
{
"targetingType": enum ( |
| Fields | |
|---|---|
targetingType |
Required. Identifies the type of this assigned targeting option. |
assignedTargetingOptionIds[] |
Required. The assigned targeting option IDs to delete. |