Ask or search…
K
Links
Comment on page

Delete a Climate Setting Schedule

post
https://connect.getseam.com
/thermostats/climate_setting_schedules/delete
/thermostats/climate_setting_schedules/delete

Code Example

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

Parameters

climate_setting_schedule_id
type: string
ID of the Climate Setting Schedule

Response

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 format

JSON
{
"ok": true
}