Help us improve the Developer Guide! Share your feedback using the “Was this helpful?” option on the right of each page.

Cancel Reservation

post

Cancel an existing reservation. This endpoint allows you to cancel a confirmed reservation. Be aware that cancellation policies may apply, and fees might be incurred depending on the timing of the cancellation relative to the check-in date.

Path parameters
bookingReferenceIdstringRequired

The unique identifier of the reservation to be cancelled

Header parameters
x-sm-api-idstringRequired

The api id for channel

x-sm-api-keystringRequired

The api key for channel

Responses
200
Successful response. The reservation has been cancelled successfully. Note that a successful cancellation does not necessarily mean a full refund will be issued. Refunds are subject to the property's cancellation policy.
post
POST /reservations/{bookingReferenceId}/cancellation HTTP/1.1
Host: 
x-sm-api-id: text
x-sm-api-key: text
Accept: */*

No content

Last updated

Was this helpful?