Delete Comment
delete_commentPermanently remove a comment by its unique ID. Use resolve_comment instead if you only need to mark a thread as resolved without deletion.
Instructions
Delete an existing comment by id. This is destructive for that comment; use resolve_comment when you only want to mark a thread resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Comment id returned by list_comments or create_comment. |