[[["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-01-09 UTC."],[[["This operation deletes an assigned targeting option from an insertion order, allowing you to refine the audience for your ads."],["It supports a wide variety of targeting types including age range, browser, category, channel, device, and more, giving you flexibility in audience selection."],["The HTTP request requires specifying the advertiser ID, insertion order ID, targeting type, and assigned targeting option ID in the URL."],["The request body should be empty, and if successful, the response body will also be empty, indicating the assigned targeting option has been removed."],["Authorization is needed with the `https://www.googleapis.com/auth/display-video` scope to perform this action, ensuring secure access to your advertising resources."]]],["This outlines the process of deleting a targeting option from an insertion order via a `DELETE` HTTP request. The action targets a specific `assignedTargetingOptionId` within an `insertionOrderId` for a given `advertiserId`. It supports various targeting types, including age range, browser, category, and keyword. The request requires these parameters and the `targetingType` to be specified, but it must not have a request body. A successful deletion returns an empty JSON object in the response body.\n"]]