Delete a Thermostat Daily Program

Deletes a thermostat daily program.

Deletes a thermostat daily program.

Code:

await seam.thermostats.dailyPrograms.delete({
  thermostat_daily_program_id: "a8665859-629e-4696-88b1-1eda1976250a",
});

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_daily_program_id String (Required)

ID of the thermostat daily program that you want to delete.


Response

void

Last updated

Was this helpful?