delete_docx_paragraph
Delete a paragraph from a DOCX file using its index. Enables precise removal of content from Word documents without affecting other sections.
Instructions
Delete a paragraph from a DOCX file by index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Paragraph index to delete (0-based) | |
| file_path | Yes | Absolute path to the .docx file | |
| output_path | No | Save to different path (omit to overwrite) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |