---
title: "Delete an IM channel"
method: DELETE
path: "/api/workspaces/{id}/im/channels/{channelId}"
tags: ["IM Channels"]
---

# Delete an IM channel

`DELETE /api/workspaces/{id}/im/channels/{channelId}`

## Path parameters

- `id` string, required
- `channelId` string, required

## Response `204`

No Content

## Other responses

- `403` — not a member
- `404` — channel not found
- `500` — internal error

---

[API](https://skmtc.net/agentserver/apis/agentserver-api.md) · [All operations](https://skmtc.net/agentserver/apis/agentserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentserver/agentserver-api/versions/e8c329825b4e/schema)
