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