इस तरीके का इस्तेमाल करके, इंसर्शन ऑर्डर मिटाया जा सकता है. अगर इंसर्शन ऑर्डर मौजूद नहीं है, तो गड़बड़ी कोड NOT_FOUND दिखाता है. किसी इंसर्शन ऑर्डर को मिटाने के लिए, सबसे पहले उसे संग्रहित करना होगा. इसका मतलब है कि आपको entityStatus को ENTITY_STATUS_ARCHIVED पर सेट करना होगा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-10-08 (UTC) को अपडेट किया गया."],[],["To delete an insertion order, send a `DELETE` HTTP request to the specified URL, including the `advertiserId` and `insertionOrderId` as path parameters. The insertion order must be archived beforehand by setting its `entityStatus` to `ENTITY_STATUS_ARCHIVED`. The request body should be empty. A successful deletion returns an empty JSON object. The required authorization scope is `https://www.googleapis.com/auth/display-video`. A `NOT_FOUND` error is returned if the insertion order is not found.\n"]]