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

Try it

Authentication
Configure credentials for Pipedrive API v1
deletechannel
DELETE/channels/{id}
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).

Parameters

required

The ID of the channel provided by the integration

Configure credentials above to enable sending.

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

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.deletechannel()