await seam.thermostats.deleteClimatePreset({
device_id: "88cb2f5b-b01b-43f2-b84f-81e2fa1d09c5",
climate_preset_key: "Eco",
});
/*
// void
*/{
"ok": true
}Thermostats
Delete a Climate Preset
Deletes a specified climate preset for a specified thermostat.
POST
/
thermostats
/
delete_climate_preset
await seam.thermostats.deleteClimatePreset({
device_id: "88cb2f5b-b01b-43f2-b84f-81e2fa1d09c5",
climate_preset_key: "Eco",
});
/*
// void
*/{
"ok": true
}Authorizations
client_sessionpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK

