Calling await knock.workflows.deleteSchedules({ schedule_ids: ['YOUR_SCHEDULE_ID'] }) with @knocklabs/node 6.1 throws UnprocessableEntityException: The following errors occurred: schedule_ids(cast): is invalid (HTTP 422), even though the schedule IDs are valid strings. The same cast error appeared for deleteSubscriptions recipients. The payload shape matches the documented API.