delete_rows
Delete specific rows from a table by their row IDs. Remove unwanted data entries to clean up your database.
Instructions
Delete specific rows from a table by their row IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| row_ids | Yes | Array of row IDs to delete |