Delete a Thermostat Schedule

Deletes a thermostat schedule for a specified thermostat.

POST /thermostats/schedules/delete β‡’ 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 desired thermostat schedule.


Response

void


Examples

Delete a thermostat schedule

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

Last updated

Was this helpful?

Revision created

ci: Generate docs