---
title: "Delete a channel"
method: DELETE
path: "/channels/{id}"
tags: ["Channels"]
deprecated: true
---

# Delete a channel

`DELETE /channels/{id}`

> **Deprecated.**

Deletes an existing messenger’s channel and all related entities (conversations and messages). To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).

## Path parameters

- `id` string, required

## Response `200`

The channel was deleted

- object
  - `success` boolean

## Other responses

- `400` — Bad Request

---

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