Method: accounts.products.delete

Manufacturer Center 계정에서 제품을 삭제합니다.

HTTP 요청

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

URL은 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를 참조하세요.