delete_table_row
Remove a row from a table within a document by specifying the table and row index. Ideal for cleaning up or restructuring table data.
Instructions
Delete a row from a table.
Args: table_index: Table index (0-based) row_index: Row index to delete (0-based)
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_index | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |