コンテンツにスキップ

スタッフ別予算削除

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

スタッフ別予算情報を削除します。

指定された店舗における指定された年月のスタッフ別予算がすべて削除されます。

対象プラン

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

店舗ID

year
required
string

予算年(YYYY)

month
required
string

予算月(MM)

削除成功

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