delete_hwp_paragraph
Delete a specific paragraph from an HWPX document by its zero-based index. Provide the file path and paragraph number; optionally set an output path.
Instructions
Delete the Nth paragraph (0-based) from an .hwpx body. Args: file_path, index, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| index | Yes | ||
| output_path | No |