---
title: "Delete Promotion"
method: DELETE
path: "/promotions/{id}"
tags: ["Promotions"]
---

# Delete Promotion

`DELETE /promotions/{id}`

To delete promotion with open API<br>透過open API刪除優惠活動

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `message` string

## Other responses

- `404` — Promotion not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
