コンテンツにスキップ

店舗分類削除

DELETE
/store_classes/{store_class_id}

店舗分類情報を削除します。

対象プラン

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

店舗分類ID

削除成功

  • 指定した店舗分類IDが存在しない場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{
"type": "about:blank",
"title": "NotFound",
"detail": "指定された店舗分類IDのリソースが見つかりません",
"status": 404
}