店舗分類項目削除
DELETE /store_classes/{store_class_id}/items/{item_id}
DELETE
/store_classes/{store_class_id}/items/{item_id}
店舗分類項目情報を削除します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” store_class_id
required
string
店舗分類ID
item_id
required
string
店舗分類項目ID
Responses
Section titled “ Responses ”削除成功
- 指定した店舗分類IDの店舗分類項目が1件の場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "Bad Request", "detail": "店舗分類項目が0件になるため削除できません", "status": 400}
- 指定した店舗分類IDが存在しない場合
- 指定した店舗分類項目IDが存在しない場合
- URIで指定されたパラメータの組み合わせが存在しなかった場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "NotFound", "detail": "指定された店舗分類IDのリソースが見つかりません", "status": 404}
{ "type": "about:blank", "title": "NotFound", "detail": "指定された店舗分類項目IDのリソースが見つかりません", "status": 404}
{ "type": "about:blank", "title": "NotFound", "detail": "指定された店舗分類項目のリソースが見つかりません", "status": 404}