---
title: "Delete a specific thermal chamber by id"
method: DELETE
path: "/thermal_chambers/{thermal_chamber_id}"
tags: ["Thermal chambers"]
---

# Delete a specific thermal chamber by id

`DELETE /thermal_chambers/{thermal_chamber_id}`

Delete a thermal chamber by its ID.

Nothing references a thermal chamber yet, so the delete is unconditional —
there is no child row to cascade and no measurement history to strand.

## Path parameters

- `thermal_chamber_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
