docx.remove_table_row
Remove a specific table row by its index in a DOCX document. Specify the document ID, table index, and row index to delete the target row after manual review.
Instructions
Remove specific table row by coordinates - USE ONLY after manual analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID | |
| rowIndex | Yes | Row index within table (0-based) | |
| tableIndex | Yes | Table index (0-based) |