delete_row
Delete a row and all its child rows from a WiseGrid sheet. Requires explicit confirmation; inspect the subtree first to avoid data loss.
Instructions
Delete a row AND ALL OF ITS CHILD ROWS. Destructive and not undoable through this API.
Requires confirm=True. Read the row and its children first so you know what the subtree contains — a parent row can carry descendants that are not obvious from the row itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_id | Yes | ||
| confirm | No | ||
| sheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||