Delete a Thermostat Daily Program
await seam.thermostats.dailyPrograms.delete({
thermostat_daily_program_id: "a8665859-629e-4696-88b1-1eda1976250a",
});// voidcurl --include --request POST "https://connect.getseam.com/thermostats/daily_programs/delete" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"thermostat_daily_program_id": "a8665859-629e-4696-88b1-1eda1976250a"
}
EOF{}seam.thermostats.daily_programs.delete(
thermostat_daily_program_id="a8665859-629e-4696-88b1-1eda1976250a"
)NoneRequest Parameters
Response
Last updated
Was this helpful?

