Method: accounts.products.delete

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

HTTP-Request

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 muss das Format {targetCountry}:{contentLanguage}:{productId} haben.

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

contentLanguage: Die Inhaltssprache 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 ist, ist der Antworttext leer.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

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

Weitere Informationen finden Sie unter OAuth 2.0.