---
title: "Cancel recurring session booking"
method: DELETE
path: "/api/v2/host/session-recurring-bookings/{bookingId}"
tags: ["host"]
---

# Cancel recurring session booking

`DELETE /api/v2/host/session-recurring-bookings/{bookingId}`

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.

## Path parameters

- `bookingId` number, required

## Request body

- HostSessionRecurringBookingCancelRequestDto
  - `afterSessionId` integer

## Response `200`

---

[API](https://skmtc.net/momence/apis/momence-public.md) · [All operations](https://skmtc.net/momence/apis/momence-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/momence/momence-public/revisions/5e27e54ff467/schema)
