clickup_delete_chat_channel
Permanently delete unwanted Chat channels in ClickUp by providing the channel ID. Removes DM, channel, or location-bound chat completely.
Instructions
Permanently delete a Chat channel (Channel, DM, or location-bound).
When to Use:
To remove a channel that is no longer needed.
When NOT to Use:
To only hide/archive it — update its state via
clickup_update_chat_channel.
Returns: A confirmation that the channel was deleted.
Examples:
params = {"channel_id": "6-901300-8"}
Error Handling:
404 → channel not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |