Skip to content

Delete special event

Request

Delete a special event from the collection. Allows museum to cancel planned events.
Security
MuseumPlaceholderAuth
Path
eventIdstring, (uuid)required
Identifier for a special event.
Example:dad4bce8-f5cb-4078-a211-995864315e39
curl -i -X DELETE \
  -u '<username>:<password>' \
  /_mock/openapi/special-events/dad4bce8-f5cb-4078-a211-995864315e39

Responses

Success - no content.
Response
No content