Delete a Thermostat Schedule

Deletes a thermostat schedule for a specified thermostat.

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
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

thermostat_schedule_id String (Required)

ID of the thermostat schedule that you want to delete.


Response

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs