Cancels an existing Square booking, terminating the reservation. Use this action when a customer or seller needs to cancel a scheduled appointment. The booking must be in a cancellable state, and the cancellation will update the booking status accordingly. This action is irrever…
booking_idRequiredstringThe ID of the Booking object representing the to-be-cancelled booking. Obtain this from booking creation responses or booking retrieval endpoints.
booking_versionintegerThe revision number for the booking, used for optimistic concurrency control. If provided, the booking will only be cancelled if this version matches the current version on the server.
idempotency_keystringA unique identifier ensuring idempotent operations. Recommended for all create and update operations to prevent duplicate processing.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.