Delete a Thermostat Schedule
POST /thermostats/schedules/delete ⇒ void
Deletes a thermostat schedule for a specified thermostat.
Request
await seam.thermostats.schedules.delete({
thermostat_schedule_id: "89d3507e-60e3-4101-bd1b-ba066ec30ad4",
});
Response
// void
Authentication Methods
API key
Client session token
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
thermostat_schedule_id
thermostat_schedule_id
Type: string
Required: Yes
ID of the desired thermostat schedule.
Return Type
void
Last updated
Was this helpful?