The Display & Video 360 API is rolling out Demand Gen resource support to all partners starting June 10, 2026. See our blog post for more details on how to get ready!
Method: advertisers.targetingTypes.assignedTargetingOptions.delete
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document outlines how to delete an assigned targeting option from an advertiser using a DELETE HTTP request.
The HTTP request requires specifying the advertiser ID, the targeting type, and the assigned targeting option ID as path parameters.
The request body should be empty, and a successful response will also have an empty body.
Deleting an assigned targeting option requires the https://www.googleapis.com/auth/display-video OAuth scope for authorization.
[[["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 2025-03-27 UTC."],[],["The Display & Video 360 API v4 allows deletion of assigned targeting options from an advertiser via a `DELETE` HTTP request. The request URL requires three path parameters: `advertiserId`, `targetingType`, and `assignedTargetingOptionId`. Supported targeting types include channel, digital content label exclusion, OMID, sensitive category exclusion, and keyword. The request body must be empty, and a successful deletion returns an empty JSON object. The action requires the `display-video` OAuth scope.\n"]]