# Nylas Web Elements v2.5.17

Source: https://developer.nylas.com/docs/changelogs/2026-08-07-javascript-nylas-web-elements-v2-5-17/

## Fixed

- 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.