githubEdit

Delete a Thermostat Schedule

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

Deletes a thermostat schedule for a specified thermostat.

Code:

await seam.thermostats.schedules.delete({
  thermostat_schedule_id: "0d42131f-ceb2-4fdf-b44e-3cc1143f98de",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

thermostat_schedule_id String (Required)

ID of the thermostat schedule that you want to delete.


Response

circle-check

Last updated

Was this helpful?