Method: accounts.products.delete

Löscht das Produkt aus einem Manufacturer Center-Konto.

HTTP-Anfrage

DELETE https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products/{name}

Die URL verwendet die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
parent

string

Übergeordnete ID im Format accounts/{account_id}.

account_id: Die ID des Manufacturer Center-Kontos.

name

string

Name im Format {targetCountry}:{contentLanguage}:{productId}.

targetCountry: Das Zielland des Produkts als CLDR-Regionscode (z. B. US).

contentLanguage: Die Sprache des Inhalts des Produkts als zweistelliger ISO 639-1-Sprachcode (z. B. „en“).

productId: Die ID des Produkts. Weitere Informationen finden Sie unter https://support.google.com/manufacturers/answer/6124116#id.

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

  • https://www.googleapis.com/auth/manufacturercenter

Weitere Informationen finden Sie unter OAuth 2.0 Overview.