onGuestDeleted( )


A backend event that fires when a Guest is deleted.

The onGuestDeleted() event handler runs when a Guest is deleted from your site. The received GuestDeleted object contains information about the deleted guest.

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

Method Declaration
Copy
Method Parameters
eventGuestDeleted

Information about the onGuestDeleted event.

Was this helpful?
Yes
No