Cancel a booking
POST/v1/bookings/:id/cancel
Cancel an appointment, release its slot and mail the customer. Set refund to send a paid customer their money back. Requires the write:bookings scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 502
The cancelled booking.
validation_error
invalid_api_key
insufficient_scope
not_found
The booking is not in a state that can be cancelled.
booking_failed