provider Channels DELETE /channels/{channel-id}/conversations/{conversation-id}
@utdk/pipedrive /channels/{channel-id}/conversations/{conversation-id}
Delete a conversation
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).
channel-id path required
The ID of the channel provided by the integration
string
conversation-id path required
The ID of the conversation provided by the integration
string

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deleteconversation
DELETE/channels/{channel-id}/conversations/{conversation-id}
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).

Parameters

required

The ID of the channel provided by the integration

required

The ID of the conversation provided by the integration

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.deleteconversation()