Skip to main content
DELETE
Remove Invite
Removes a user’s EventInvite. Host-only (service/master keys bypass the check). Removing the invite revokes access to an 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

eventId
string
required
UUID of the event.

Body Parameters

userId
string
required
The invitee to remove.

Response

Returns the updated Event with refreshed rsvpCounts.

Error Responses

See also: useRemoveInvite