word_delete_paragraphs
Delete specified paragraphs from a Word document using their paragraph IDs. Optionally record the deletion as a tracked change.
Instructions
Delete paragraphs by paraId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_ids | Yes | w14:paraIds of the paragraphs to delete | |
| file_path | Yes | Absolute path to the .docx file | |
| track_changes | No | Record this edit as a tracked change (default: true) |