コンテンツにスキップ

商品属性項目削除

DELETE
/products/attribute_items/{code}
curl --request DELETE \
--url https://api.smaregi.dev/TARGET-CONTRACT-ID/pos/products/attribute_items/example \
--header 'Authorization: Bearer <token>'

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

対象プラン

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

コード

削除成功

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