Starting September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details on how to update your integration to make this declaration.
[null,null,["Last updated 2025-04-02 UTC."],[[["\u003cp\u003eThis request is used to delete assigned targeting options of a specified targeting type.\u003c/p\u003e\n"],["\u003cp\u003eIt requires specifying the \u003ccode\u003etargetingType\u003c/code\u003e and an array of \u003ccode\u003eassignedTargetingOptionIds\u003c/code\u003e to be removed.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes a JSON structure for defining the parameters.\u003c/p\u003e\n"]]],[],null,["# DeleteAssignedTargetingOptionsRequest\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA request listing which assigned targeting options of a given targeting type should be deleted.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"targetingType\": enum (/display-video/api/reference/rest/v3/TargetingType), \"assignedTargetingOptionIds\": [ string ] } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v3/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\n| `assignedTargetingOptionIds[]` | `string` Required. The assigned targeting option IDs to delete. |"]]