---
title: "Delete channel"
method: DELETE
path: "/api/messaging/channels/{channelId}"
tags: ["messaging"]
---

# Delete channel

`DELETE /api/messaging/channels/{channelId}`

Delete a channel

## Path parameters

- `channelId` string, uuid, required

## Response `204`

Channel deleted successfully

## Other responses

- `400` — Invalid channelId
- `500` — Error deleting channel

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
