---
title: "When a booking is in ON HOLD, the business and admin can reject it. All charges made to the customer's card are refunded."
method: PUT
path: "/booking/rejectBooking"
tags: ["booking"]
---

# When a booking is in ON HOLD, the business and admin can reject it. All charges made to the customer's card are refunded.

`PUT /booking/rejectBooking`

## Headers

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

## Request body

- Model25
  - `bookingID` string, required — ID of the booking to reject.

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