コンテンツにスキップ

セール店舗削除

DELETE
/bargain/{bargain_id}/stores/{bargain_store_id}

セール店舗情報を削除します。

対象プラン

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

セールID
※ ユーザーアクセストークンを利用する場合、ユーザーの所属する店舗で実施されるセールIDを指定してください。

bargain_store_id
required
string

セール店舗ID

削除成功

指定したセール店舗データが存在しない場合

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