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 v1 is sunset and this documentation details deleting a line item via the API."],["To delete a line item, it must first be archived by setting its entityStatus to `ENTITY_STATUS_ARCHIVED`."],["The DELETE request requires specifying the advertiser ID and line item ID in the URL path."],["Successful deletion results in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The core content describes how to delete a line item using the Display & Video 360 API. It specifies a `DELETE` HTTP request to a URL containing the `advertiserId` and `lineItemId`. The line item must be archived beforehand by setting its `entityStatus` to `ENTITY_STATUS_ARCHIVED`. The request body should be empty, and a successful response also has an empty body. It uses gRPC Transcoding syntax. This action requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]