---
title: "이벤트, 매직쿠폰 및 연결된 개인쿠폰들을 삭제합니다."
method: DELETE
path: "/bapi/v2/coupons/events/{eventId}"
tags: ["Coupon"]
---

# 이벤트, 매직쿠폰 및 연결된 개인쿠폰들을 삭제합니다.

`DELETE /bapi/v2/coupons/events/{eventId}`

`eventId`는 `/magic/register`에 사용한 값과 같아야 합니다.<br>이벤트, 매직쿠폰 및 발행된 모든 개인쿠폰을 삭제합니다.

## Path parameters

- `eventId` string, required

## Response `200`

OK

- WinclResponseDataDeleteEventResult
  - `code` string
  - `data` DeleteEventResult
    - `deleteed` boolean
    - `eventId` string
  - `message` string

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/versions/662edcbbf2b3/schema)
