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
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

Last updated

Was this helpful?