batch_delete_rows
Delete up to 200 rows from a Baserow table at once by providing an array of row IDs. Streamlines bulk data removal without manual deletion.
Instructions
Delete multiple rows at once (up to 200) by providing an array of row IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of row IDs to delete. Max 200. | |
| table_id | Yes | The table ID. |