Method: accounts.products.delete

Manufacturer Center アカウントから商品を削除します。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

accounts/{account_id} 形式の親 ID。

account_id - Manufacturer Center アカウントの ID。

name

string

名前は {targetCountry}:{contentLanguage}:{productId} の形式にします。

targetCountry - 商品の対象国(CLDR 地域コード(US など))。

contentLanguage - 商品のコンテンツ言語。2 文字の 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 をご覧ください。