Method: advertisers.negativeKeywordLists.delete
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1 has been sunset.
This page details how to delete a negative keyword list using the DELETE method with advertiser and negative keyword list IDs.
The request requires a specific URL structure with path parameters for the advertiser and negative keyword list IDs, and the request body must be empty.
A successful response will have an empty body, and authorization requires 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 a negative keyword list, send a DELETE request to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}`. Provide the `advertiserId` and `negativeKeywordListId` as path parameters. The request body must be empty. A successful deletion will return an empty response body. The action requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]