Skip to main content
DELETE
Withdraw RSVP
Removes the caller’s RSVP. The RSVP row is deleted and the matching rsvpCounts entry is decremented. Requires authentication, and the caller must be able to see the event (otherwise 404). Withdrawing is idempotent — withdrawing when there is no RSVP succeeds and changes nothing.

Path Parameters

string
required
UUID of the event.

Body Parameters

string
Service/master key only. Withdraw on behalf of this user.

Response

Returns the Event with refreshed rsvpCounts.

Error Responses

See also: useWithdrawRsvp