db_delete_rows
Remove unwanted rows from a database table by specifying a table, a WHERE condition, and parameter values. Requires approval before deletion.
Instructions
Delete rows from a table matching a WHERE clause (requires approval)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to delete from | |
| where | Yes | WHERE clause (e.g., "last_login < $1") | |
| params | Yes | Parameter values for WHERE clause |