postgres_delete
Deletes rows from a PostgreSQL table by applying conditions to a WHERE clause. Specify table name and condition object to target exact records.
Instructions
Delete records from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | Yes | Object containing WHERE clause conditions | |
| table_name | Yes | Name of the table to delete from |