Every new line item needs 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.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1 has been sunset and this documentation details the process for deleting an assigned targeting option from a partner using the API.
The DELETE request requires specifying the partner ID, targeting type, and assigned targeting option ID in the URL path.
The request body should be empty, and a successful deletion will result in an empty response body.
Authorization is necessary using the https://www.googleapis.com/auth/display-video OAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The Display & Video 360 API v1 is discontinued. To delete an assigned targeting option from a partner, send a DELETE request to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}`. The request requires the partner ID, targeting type, and assigned targeting option ID. The request body must be empty, and a successful response will also be empty. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]