githubEdit

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

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


Response

circle-check

Last updated

Was this helpful?