delete_table_row
Remove a specific row from a table in an HWP document by supplying document ID, table index, and row index.
Instructions
Delete a row from a table.
Args: doc_id: Document ID from open_document table_index: Index of the table row_index: Index of the row to delete
Returns: Row deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| row_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||