githubEdit

Delete a Thermostat Schedule

POST /thermostats/schedules/delete β‡’ void

Deletes a thermostat schedule for a specified thermostatarrow-up-right.

Request

await seam.thermostats.schedules.delete({
  thermostat_schedule_id: "89d3507e-60e3-4101-bd1b-ba066ec30ad4",
});

Response

// void

Request Parameters

thermostat_schedule_id

Type: string Required: Yes

ID of the desired thermostat schedule.


Return Type

void

Last updated

Was this helpful?