---
title: "Delete a material by ID"
method: DELETE
path: "/materials/{material_id}"
tags: ["Materials"]
---

# Delete a material by ID

`DELETE /materials/{material_id}`

Delete a material identified by its ID.

Only materials in the current organization can be deleted.
FK violations (e.g. a cell component still references this material) are caught
by ``global_exception_handler`` and returned as 400 BAD_REQUEST.

## Path parameters

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