Menghapus item baris. Menampilkan kode error NOT_FOUND jika item baris tidak ada. Item baris harus diarsipkan terlebih dahulu, yaitu tetapkan entityStatus ke ENTITY_STATUS_ARCHIVED, agar dapat menghapusnya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2023-12-02 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"]]