remove_table_row
Remove a specific row from a table in a document using its table and row indices.
Instructions
Remove a row from a table.
Args: table_index: Index of the table row_index: Index of the row to remove
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |