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

# Cancel session booking

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

Cancel a single session booking identified by its ID. 
**Tip:** You can find the ID within the *ApiV2HostSessionBookingDto* object (`id` field) returned from the session booking list endpoint. 
**Note:** This endpoint does not cancel or impact any recurring bookings. There is a separate endpoint for canceling those.

## Path parameters

- `bookingId` number, required

## Request body

- HostSessionBookingCancelRequestDto
  - `refund` boolean, required
  - `disableNotifications` boolean, required
  - `isLateCancellation` boolean, required

## 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)
