delete_comment
Delete a comment from a Word document by its ID, removing the comment and its associated range markers.
Instructions
Delete a comment by its ID. Also removes range markers from the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| comment_id | Yes | Comment ID to delete (from read_comments) |