clickup_comment_delete
Permanently delete comments from ClickUp tasks, lists, or views. This destructive action removes the comment and all threaded replies, requiring edit permissions on the parent item.
Instructions
Permanently delete a ClickUp comment from a task, list, or view. Destructive and irreversible — the comment and any threaded replies are removed. Use clickup_comment_update with resolved=true instead if you only want to mark the comment as handled. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the comment to delete. Obtain from clickup_comment_list (field: id). The authenticated user must have edit permission on the parent task/list/view. |