Fumadocs

Delete special event

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

DELETE
/special-events/{eventId}
/special-events/dad4bce8-f5cb-4078-a211-995864315e39

The Authorization access token

Authorization

Authorization
Required
Basic <token>

In: header

Path Parameters

eventId
Required
string

An identifier for a special event.

Format: "uuid"
curl -X DELETE "https://redocly.com/_mock/docs/openapi/museum-api/special-events/dad4bce8-f5cb-4078-a211-995864315e39" \
  -H "Authorization: Basic <token>"

Success - no content