await seam.thermostats.dailyPrograms.delete({
thermostat_daily_program_id: "a8665859-629e-4696-88b1-1eda1976250a",
});
/*
// void
*/{}Daily Programs
Delete a Thermostat Daily Program
Deletes a thermostat daily program.
DELETE
/
thermostats
/
daily_programs
/
delete
await seam.thermostats.dailyPrograms.delete({
thermostat_daily_program_id: "a8665859-629e-4696-88b1-1eda1976250a",
});
/*
// void
*/{}Authorizations
client_sessionpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the thermostat daily program that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?