Skip to main content
POST
Cancel Event
Cancels an event by setting its status to "cancelled". The event remains fetchable, but new and changed RSVPs are rejected. Host-only (service/master keys bypass the host check). On cancel, an event-cancelled notification is fanned out to all going/maybe RSVPs (best-effort, requires the notifications bundle). To remove an event entirely, use Delete Event.

Path Parameters

string
required
UUID of the event to cancel.

Response

Returns the updated Event object with status: "cancelled".

Error Responses

See also: useCancelEvent