Wymagane. Nazwa zasobu danych produktu, który chcesz usunąć. Format: accounts/{account}/productInputs/{product}, gdzie ostatnia sekcja product składa się z 4 części: channel~contentLanguage~feedLabel~offerId. Przykład nazwy produktu to „accounts/123/productInputs/online~pl~PL~sku123”.
Parametry zapytania
Parametry
dataSource
string
Wymagane. Podstawowe lub dodatkowe źródło danych, z którego należy usunąć dane produktu. Format: accounts/{account}/dataSources/{datasource}.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
[[["Ł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: 2025-01-23 UTC."],[[["Permanently deletes a specific product input from your Merchant Center account using a DELETE request."],["Requires specifying the product input's name in the URL path, including account, channel, content language, feed label, and offer ID."],["Needs the data source (primary or supplemental) to be identified in the query parameters for targeted deletion."],["Utilizes OAuth 2.0 for authorization and mandates the `https://www.googleapis.com/auth/content` scope for access."],["Changes may take several minutes to reflect and retrieve the processed product after the deletion."]]],["This document details how to delete a product input from a Merchant Center account. The `DELETE` request is sent to a specific URL using gRPC Transcoding syntax. The `name` path parameter, formatted as `accounts/{account}/productInputs/{product}`, identifies the product. The `dataSource` query parameter, formatted as `accounts/{account}/dataSources/{datasource}`, specifies the data source. The request body must be empty, and a successful response returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]