onBookingDeclined( )


Deprecated

This method is deprecated.

Deprecated. The onBookingDeclined event has been deprecated and will be removed on June 30, 2026. Use the Bookings V2 Booking Declined SDK event instead.

The onBookingDeclined() event handler runs when a booking request is declined by the business.

The event object includes a trigger property that describes the action that triggered the event. The trigger value for this event is "OWNER_DECLINED_BOOKING_REQUEST".

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventBookingEventRequired

Information about a declined booking.

Did this help?