v1
latestOpenAPI 3.0.32026-07-2632131.4 MBReservations Open Api [Beta]
Request cancellation of a channel reservation
Request cancellation of a channel reservation with a reason and message to the guest and channel. The reservation must be from a channel and in 'confirmed' status to be cancelled.
post/reservations-v3/{reservationId}/request-cancellation
Path parameters
reservationIdstring required
Example:5f92cbf10cf217478ba93561
The Guesty reservation ID
Request body
Example request
{
"reason": "DECLINE_REASON_HOST_CHANGE",
"subReason": "DECLINE_REASON_HOST_EMERGENCY",
"messageToChannel": "Due to an emergency situation, we need to cancel this reservation",
"messageToGuest": "We sincerely apologize, but due to unforeseen circumstances, we must cancel your reservation. We hope to host you in the future"
}Response
Cancellation request created successfully