Cancel Event
Event Endpoints
Cancel Event
Cancel an event without deleting it (host-only)
POST
Cancel Event
Cancels an event by setting its
See also: useCancelEvent
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
UUID of the event to cancel.
Response
Returns the updated Event object withstatus: "cancelled".
Error Responses
Not Found — 404
Not Found — 404
Forbidden (not a host) — 403
Forbidden (not a host) — 403

