Usuwa element zamówienia. Zwraca kod błędu NOT_FOUND, jeśli element zamówienia nie istnieje. Aby można było usunąć element zamówienia, najpierw należy go zarchiwizować, czyli ustawić wartość entityStatus na ENTITY_STATUS_ARCHIVED.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]