Mews · Arazzo Workflow
Mews Cancel Reservation
Version 1.0.0
Locate a cancellable reservation and cancel it, optionally posting a fee.
View Spec
View on GitHub
HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaSArazzoWorkflows
Provider
Workflows
cancel-reservation
Find a reservation and cancel it when it exists.
Reads the reservation by id and, when present, cancels it and optionally posts a cancellation fee.
1
getReservation
reservations_getAll
Load the reservation to confirm it exists before attempting cancellation.
2
cancelReservation
reservations_cancel
Cancel the reservation, optionally posting a cancellation fee.