店舗分類項目関連削除
DELETE /stores/{store_id}/class_item_relations/{store_class_id}
DELETE
/stores/{store_id}/class_item_relations/{store_class_id}
店舗と店舗分類項目との関連付けを削除します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” store_id
required
string
店舗ID
store_class_id
required
string
店舗分類ID
Responses
Section titled “ Responses ”削除成功
店舗IDと店舗分類IDの組み合わせが店舗分類項目関連テーブルに存在しない場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "NotFound", "detail": "指定されたIDのリソースが見つかりません", "status": 404}