DeleteChannel
Deletes an existing messenger’s channel and all related entities (conversations and messages).
Stored Procedure Specific Information
Pipedrive allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in AddFile are FileLocation .
For example:
EXECUTE DeleteChannel Id = '123'
Input
Name | Type | Required | Description |
Id | String | True | The ID of the channel provided by the integration. |
Result Set Columns
Name | Type | Description |
Success | String | Execution status of the stored procedure. |