---
title: "Set reason of cancellation for a booking"
method: PUT
path: "/booking/setCancellationReason"
tags: ["booking"]
---

# Set reason of cancellation for a booking

`PUT /booking/setCancellationReason`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model29
  - `bookingID` string, required — ID of the booking to set the cancel reason
  - `reasonForRejection` string — Cancel reason

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
