---
title: "Delete channel"
method: DELETE
path: "/v2/chats/{channel_id}"
tags: ["Chat"]
---

# Delete channel

`DELETE /v2/chats/{channel_id}`

Delete a specific channel

## Path parameters

- `channel_id` string, required

## Request body

- object
  - `user_id` string, required — The user id of the participants.

## Response `200`

- object
  - `id` string
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Channel not found
- `422` — Unprocessable Content
- `429` — Too Many request

---

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