Delete Rows from Sheet
smartsheet_delete_rowsPermanently delete multiple rows from a Smartsheet sheet. Accepts sheet ID and row IDs; child rows are also removed. Use with caution as this operation is irreversible.
Instructions
Permanently delete one or more rows from a Smartsheet sheet. This operation is IRREVERSIBLE. Deleted rows and their cell data are permanently removed. Confirm row IDs before calling. Child rows are also deleted when parent rows are removed.
Args:
sheet_id (number): Target sheet ID
row_ids (number[]): Array of row IDs to delete (max 450 per request)
ignore_rows_not_found (boolean, optional): If true, silently skip non-existent row IDs
Returns: Confirmation message and updated sheet version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| row_ids | Yes | ||
| ignore_rows_not_found | No |