Delete a Thermostat Schedule
Deletes a thermostat schedule for a specified thermostat.
POST /thermostats/schedules/delete β void
Request Parameters
thermostat_schedule_id
String (Required)
ID of the desired thermostat schedule.
Response
void
Examples
Delete a thermostat schedule
Specify the thermostat_schedule_id
of the desired thermostat schedule.
Code
await seam.thermostats.schedules.delete({
thermostat_schedule_id: "89d3507e-60e3-4101-bd1b-ba066ec30ad4",
});
Output
// void
Last updated
Was this helpful?