clickup_delete_comment
Permanently delete a comment by ID. Use when a comment was posted in error or is no longer relevant.
Instructions
Permanently delete a comment.
Calls DELETE /comment/{comment_id}. Works uniformly on task, List,
Chat-view, and threaded-reply comments.
When to Use:
To remove a comment that was posted in error or is no longer relevant.
When NOT to Use:
To just fix wording or mark it resolved — use
clickup_update_commentinstead of destroying history.
Returns:
A confirmation string, or an Error ... string on failure.
Examples: params = {"comment_id": "446750"}
Error Handling: 404 means the comment id is wrong or was already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |