v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Reservations Open Api [Beta]

Decline a channel reservation

Decline a channel reservation that is in 'reserved' status with a reason and message to the guest. This endpoint creates a decline request that will be processed asynchronously. The reservation must be from a channel (like Airbnb, Booking.com, etc.) and in 'reserved' status to be declined.

post/reservations-v3/{reservationId}/decline

Path parameters

reservationIdstring required
Example:5f92cbf10cf217478ba93561

The Guesty reservation ID

Request body

reasonstring

The reason for declining the reservation

messageToGueststring

Message to be sent to the guest

Example request

{
  "reason": "dates_not_available",
  "messageToGuest": "We apologize, but your reservation request cannot be accommodated due to property unavailability."
}

Response

Decline request created successfully