[[["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."],[[["Deletes a specified filter set from a given account within the Ad Exchange Buyer platform."],["The request must be sent as a DELETE request to a specific URL structure including the filter set's name."],["The request body should be empty, and a successful deletion results in an empty response body."],["Proper authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope is required."]]],["The core action is deleting a filter set from an account. This is done via a `DELETE` HTTP request to a specific URL structure: `https://adexchangebuyer.googleapis.com/v2beta1/{name=bidders/*/accounts/*/filterSets/*}`. The `name` path parameter specifies the filter set's full name. The request body must be empty, and a successful response also returns an empty body. The operation requires the OAuth scope: `https://www.googleapis.com/auth/adexchange.buyer`.\n"]]