Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
একটি সন্নিবেশ আদেশ মুছে দেয়। যদি সন্নিবেশের আদেশ বিদ্যমান না থাকে তবে ত্রুটি কোড NOT_FOUND প্রদান করে৷ সন্নিবেশের আদেশটি প্রথমে সংরক্ষণাগারভুক্ত করা উচিত, অর্থাৎ এটিকে মুছে ফেলার জন্য ENTITY_STATUS_ARCHIVED এ entityStatus সেট করুন।
[[["সহজে বোঝা যায়","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-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Deletes an existing insertion order that has been archived (`ENTITY_STATUS_ARCHIVED`)."],["Requires providing the advertiser ID and the insertion order ID in the request path."],["Uses an HTTP DELETE request with an empty request body to perform the deletion."],["Returns an empty response body upon successful deletion and a `NOT_FOUND` error if the insertion order doesn't exist."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["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"]]