Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
একটি সন্নিবেশ আদেশ মুছে দেয়। যদি সন্নিবেশের আদেশ বিদ্যমান না থাকে তবে ত্রুটি কোড NOT_FOUND প্রদান করে৷ সন্নিবেশের আদেশটি প্রথমে সংরক্ষণাগারভুক্ত করা উচিত, অর্থাৎ এটিকে মুছে ফেলার জন্য ENTITY_STATUS_ARCHIVED এ entityStatus সেট করুন।
[null,null,["2024-10-30 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"]]