Skip to main content
POST
/
thermostats
/
daily_programs
/
delete
await seam.thermostats.dailyPrograms.delete({
  thermostat_daily_program_id: "a8665859-629e-4696-88b1-1eda1976250a",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
thermostat_daily_program_id
string<uuid>
required

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

Response

OK

ok
boolean
required