---
title: "Delete a banner"
method: DELETE
path: "/banner/{id}"
tags: ["banners"]
---

# Delete a banner

`DELETE /banner/{id}`

Remove a banner (Admin only)

## Path parameters

- `id` string, required

## Response `200`

Banner deleted successfully

- BannerDeleteResponseDto
  - `message` string, required — Success message

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden - Admin role is required
- `404` — Banner not found

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
