---
title: "Delete special event"
method: DELETE
path: "/special-events/{eventId}"
tags: ["Events"]
---

# Delete special event

`DELETE /special-events/{eventId}`

Delete a special event from the collection. Allows museum to cancel planned events.

## Path parameters

- `eventId` string, uuid, required

## Response `204`

Success - no content.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `404` — Not found.

---

[API](https://skmtc.dev/redocly/apis/redocly-museum.md) · [All operations](https://skmtc.dev/redocly/apis/redocly-museum/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redocly/redocly-museum/revisions/0ad444f6781e/schema)
