sdksjavascript
- Fixed the scheduler showing a misleading “API request failed” error after a booking was successfully cancelled. A successful cancellation returns an empty (204 No Content) response, which was previously parsed as JSON and reported as a failure even though the booking had been cancelled. The empty response is now correctly treated as a success.