Remove Invite
Event Endpoints
Remove Invite
Revoke a user’s invite to an event (host-only)
DELETE
Remove Invite
Removes a user’s EventInvite. Host-only (service/master keys bypass the check). Removing the invite revokes access to an
See also: useRemoveInvite
invite-only event and also deletes that user’s RSVP (decrementing the matching rsvpCounts entry), all under a row-level lock. Removing a non-invited user is an idempotent no-op success.
Path Parameters
UUID of the event.
Body Parameters
The invitee to remove.
Response
Returns the updated Event with refreshedrsvpCounts.
Error Responses
Not Found — 404
Not Found — 404
Forbidden (not a host) — 403
Forbidden (not a host) — 403

