Comment on page
Delete a Climate Setting Schedule
post
https://connect.getseam.com
/thermostats/climate_setting_schedules/delete
/thermostats/climate_setting_schedules/delete
Python
Javascript
seam.climate_setting_schedules.delete("123e4567-e89b-12d3-a456-426614174000")
# None
await seam.climateSettingSchedules.delete({
climate_setting_schedule_id: "123e4567-e89b-12d3-a456-426614174000",
});
//undefined
climate_setting_schedule_id | type: string | ID of the Climate Setting Schedule |
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
JSON
{
"ok": true
}
Last modified 19d ago