---
title: "Delete a specific cell instance by id"
method: DELETE
path: "/cell_instances/{cell_instance_id}"
tags: ["Cell Instances"]
---

# Delete a specific cell instance by id

`DELETE /cell_instances/{cell_instance_id}`

Deletes an existing cell instance identified by its ID, including:
- All measurements (cascades to delete measurement steps)
- All associated data files in storage bucket for all measurements
- The instance itself

## Path parameters

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