POST
/
v2
/
bookings
/
{bookingUid}
/
decline

Headers

cal-api-version
string
required

Must be set to 2024-08-13

Authorization
string
required

value must be Bearer <token> where <token> either managed user access token or api key prefixed with cal_

Path Parameters

bookingUid
string
required

Body

application/json
reason
string

Reason for declining a booking that requires a confirmation

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
data
required

Booking data, which can be either a BookingOutput object, a RecurringBookingOutput object, or an array of RecurringBookingOutput objects

error
object