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

# Delete a conversation

`DELETE /channels/{channel-id}/conversations/{conversation-id}`

> **Deprecated.**

Deletes an existing conversation. 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

- `channel-id` string, required
- `conversation-id` string, required

## Response `200`

The conversation was deleted

- object
  - `success` boolean

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[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)
