delete_rows
Remove multiple rows from a SeaTable table by providing their row IDs. Specify the target table and a list of up to 100 row IDs to permanently delete the corresponding rows.
Instructions
Delete one or more rows from a table by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Target table name | |
| row_ids | Yes | List of row IDs (_id field) to delete |