HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Delete Flash Price Campaign

DELETE https://open.shopline.io/v1/flash_price_campaigns/{id}


To delete a flash price campaign
刪除商品限時促銷價活動

Sample Request

curl --request DELETE \
     --url https://open.shoplineapp.com/v1/flash_price_campaigns/id \
     --header 'Accept: application/json'

Path Params

id Required string Flash price campaigns's ID
商品限時促銷價活動ID

Sample Response

{
  "result": "success"
}