delete_table
Remove a table from a Word document by specifying its zero-based index. Returns an error if the index is out of range.
Instructions
Delete a table by index (0-based). Raises IndexError if out of range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |