[[["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."],[[["This page documents the process for deleting an assigned targeting option from an advertiser using the Display & Video 360 API."],["The API request requires specifying the advertiser ID, targeting type, and assigned targeting option ID."],["The request is a `DELETE` request with an empty body sent to a specific endpoint detailed in the documentation."],["Successful execution of the request results in an empty response body, indicating the assigned targeting option has been removed."],["Authorization using an OAuth scope with Display & Video 360 access is necessary for this operation."]]],["The provided content outlines how to delete an assigned targeting option from an advertiser using the Display & Video 360 API. The HTTP `DELETE` request is sent to a specific URL, including `advertiserId`, `targetingType`, and `assignedTargetingOptionId` as path parameters. Acceptable targeting types are listed. The request body should be empty and a successful response will have an empty body as well. This API endpoint requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]