# Delete special event Delete a special event from the collection. Allows museum to cancel planned events. Endpoint: DELETE /special-events/{eventId} Version: 1.1.1 Security: MuseumPlaceholderAuth ## Path parameters: - `eventId` (string, required) Identifier for a special event. Example: "dad4bce8-f5cb-4078-a211-995864315e39" ## Response 400 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" ## Response 404 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed"