Method: accounts.products.delete

從 Manufacturer Center 帳戶中刪除產品。

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

格式為 accounts/{account_id} 的父項 ID。

account_id - Manufacturer Center 帳戶的 ID。

name

string

名稱格式為 {targetCountry}:{contentLanguage}:{productId}

targetCountry - 產品的指定國家/地區,以 CLDR 地域代碼表示 (例如:US)。

contentLanguage - 產品的內容語言,以雙字母 ISO 639-1 語言代碼表示 (例如:en)。

productId:產品 ID。詳情請參閱 https://support.google.com/manufacturers/answer/6124116#id

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會是空白的 JSON 物件。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱OAuth 2.0 Overview