コンテンツにスキップ

日別予算削除

DELETE
/budget/{store_id}/{year}/{month}

日別予算情報を削除します。

対象プラン

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

店舗ID

year
required
string

予算年(YYYY)

month
required
string

予算月(MM)

削除成功

  • 年月が2011年より前のものである場合
  • 暦にない日付の場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{
"type": "about:blank",
"title": "Bad Request",
"detail": "2011年1月より前のデータは登録できません。",
"status": 400
}

指定した部門データが存在しない場合

object
type
required
string
title
required
string
detail
string
status
integer
Examples
{
"type": "about:blank",
"title": "NotFound",
"detail": "指定されたIDのリソースが見つかりません",
"status": 404
}