---
title: "Delete a specific cell measurement by id"
method: DELETE
path: "/cell_measurements/{measurement_id}"
tags: ["Cell Measurements"]
---

# Delete a specific cell measurement by id

`DELETE /cell_measurements/{measurement_id}`

Deletes a cell measurement identified by its ID, including:
- All storage files (steps.parquet, time_series.parquet)
- Database record
Returns 204 No Content on success or if already deleted.

## Path parameters

- `measurement_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)
