---
title: "Delete a Climate Preset"
method: POST
path: "/thermostats/delete_climate_preset"
tags: ["/thermostats"]
---

# Delete a Climate Preset

`POST /thermostats/delete_climate_preset`

Deletes a specified [climate preset](/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](/capability-guides/thermostats).

## Request body

- object
  - `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 `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
