Events

Delete special event

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

DELETE
/special-events/{eventId}

Authorization

MuseumPlaceholderAuth

AuthorizationBasic <token>

In: header

Path Parameters

eventId*string

Identifier for a special event.

Formatuuid
test?string

Response Body

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://redocly.com/_mock/docs/openapi/museum-api/special-events/dad4bce8-f5cb-4078-a211-995864315e39"
Empty
{
  "type": "object",
  "title": "Validation failed"
}
{
  "type": "object",
  "title": "Validation failed"
}
{
  "type": "object",
  "title": "Validation failed"
}

Last updated on