Delete a Thermostat Schedule
Deletes a thermostat schedule for a specified thermostat.
Deletes a thermostat schedule for a specified thermostat.
Code
await seam.thermostats.schedules.delete({
thermostat_schedule_id: "0d42131f-ceb2-4fdf-b44e-3cc1143f98de",
});
Output
// void
Request Parameters
thermostat_schedule_id
String (Required)
ID of the thermostat schedule that you want to delete.
Response
void
Last updated
Was this helpful?