コンテンツにスキップ

商品属性項目削除

DELETE
/products/attribute_items/{code}

商品属性項目を削除します。

対象プラン

  • スタンダード
  • プレミアム
  • プレミアムプラス
  • フードビジネス
  • リテールビジネス
code
required
string

コード

削除成功

  • URI指定された商品属性項目が存在しなかった場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{
"type": "about:blank",
"title": "NotFound",
"detail": "指定されたIDのリソースが見つかりません",
"status": 404
}