onRsvpDeleted( )


A backend event that fires when an RSVP is deleted.

The onRsvpDeleted() event handler runs when an RSVP is deleted. The received RsvpDeletedEvent object contains information about the deleted RSVP.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventRsvpDeletedEventRequired

Information about the RSVP that was deleted.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?