Delete special event
Delete a special event from the collection. Allows museum to cancel planned events.
Demo Only
DELETE
/special-events/
{eventId}
Authorization
Authorization
RequiredBasic <token>
In: header
Path Parameters
eventId
Requiredstring
An identifier for a special event.
Example:"dad4bce8-f5cb-4078-a211-995864315e39"
Format: "uuid"
Status code | Description |
---|---|
204 | Success - no content |
400 | Bad request |
401 | Unauthorized |
404 | Not found |