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."]]],[]]