Starting September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details on how to update your integration to make this declaration.
Deletes an insertion order. Returns error code NOT_FOUND if the insertion order does not exist. The insertion order should be archived first, i.e. set entityStatus to ENTITY_STATUS_ARCHIVED, to be able to delete it.
[[["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."],[[["Display & Video 360 API v2 has been sunset and this documentation details how to delete an insertion order using the API."],["To delete an insertion order, it must first be archived by setting its entityStatus to `ENTITY_STATUS_ARCHIVED`."],["The API request requires the advertiser ID and insertion order ID as path parameters and an empty request body."],["A successful deletion will result in an empty response body, while an attempt to delete a non-existent insertion order returns a `NOT_FOUND` error."],["Authorization for this API request requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The Display & Video 360 API v2 is no longer available. To delete an insertion order, first archive it by setting its `entityStatus` to `ENTITY_STATUS_ARCHIVED`. Then, use a DELETE request to `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}`, providing the advertiser and insertion order IDs. The request body must be empty, and a successful deletion returns an empty response body. The OAuth scope `https://www.googleapis.com/auth/display-video` is required for authorization.\n"]]