---
title: "Delete a specific channel by id"
method: DELETE
path: "/channels/{channel_id}"
tags: ["Channels"]
---

# Delete a specific channel by id

`DELETE /channels/{channel_id}`

Delete an existing channel identified by its ID.

Deleting a channel nulls ``cell_measurements.channel_id`` on any referencing
measurements (they are not deleted).

## Path parameters

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