Skip to main content
POST
/
thermostats
/
delete_climate_preset
await seam.thermostats.deleteClimatePreset({
  device_id: "88cb2f5b-b01b-43f2-b84f-81e2fa1d09c5",
  climate_preset_key: "Eco",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
climate_preset_key
string
required

Climate preset key of the climate preset that you want to delete.

device_id
string<uuid>
required

ID of the thermostat device for which you want to delete a climate preset.

Response

OK

ok
boolean
required