Method: accounts.products.delete

Das Produkt wird aus einem Manufacturer Center-Konto gelöscht.

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

Der Name hat das Format {targetCountry}:{contentLanguage}:{productId}.

targetCountry: das Zielland des Produkts als CLDR-Gebietscode (z. B. USA).

contentLanguage: Die Inhaltssprache des Produkts als aus zwei Buchstaben bestehender 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 ist, ist der Antworttext leer.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

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

Weitere Informationen finden Sie in der Übersicht über OAuth 2.0.