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.negativeKeywordLists.negativeKeywords.delete
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Display & Video 360 API v2 has sunset.
This document details how to delete a negative keyword from a negative keyword list using the Display & Video 360 API.
Deleting a negative keyword requires specifying the advertiser ID, negative keyword list ID, and the keyword value in the request URL.
A successful deletion will result in an empty response body.
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 provided content outlines the process for deleting a negative keyword from a negative keyword list using the now-sunset Display & Video 360 API v2. The core action is to send a `DELETE` HTTP request to the specified URL, including the `advertiserId`, `negativeKeywordListId`, and `keywordValue` as path parameters. The request body must be empty, and a successful operation results in an empty response body. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]