githubEdit

Delete a Climate Preset

Deletes a specified climate preset for a specified thermostatarrow-up-right.

Deletes a specified climate preset for a specified thermostat.

Code:

await seam.thermostats.deleteClimatePreset({
  device_id: "88cb2f5b-b01b-43f2-b84f-81e2fa1d09c5",
  climate_preset_key: "Eco",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

climate_preset_key String (Required)

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


device_id String (Required)

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


Response

circle-check

Last updated

Was this helpful?