v1

latestOpenAPI 3.0.02026-07-2673188210.8 KB
host

Cancel recurring session booking

Cancel recurring session booking identified by its ID and related session bookings. Tip: You can find the ID within the ApiV2HostSessionBookingDto object (recurringBookingId field) returned from the session booking list endpoint. Note: This endpoint cancels both recurring booking and individual bookings originating from the same. User can provide more specific filters to specify which bookings will be cancelled.

delete/api/v2/host/session-recurring-bookings/{bookingId}

Path parameters

bookingIdnumber required

Request body

afterSessionIdinteger

Example request

{
  "afterSessionId": 123456
}