Events

Delete special event

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

DELETE
/special-events/{eventId}
AuthorizationBasic <token>

In: header

Path Parameters

eventIdstring

Identifier for a special event.

Formatuuid
test?string

Response Body

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

Last updated on