Fumadocs
Events

Delete special event

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

DELETE
/special-events/{eventId}

Authorization

AuthorizationRequiredBasic <token>

In: header

Path Parameters

eventIdRequiredstring

Identifier for a special event.

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

Success - no content.

How is this guide?