Delete data table rows
n8n_delete_datatable_rowsDelete rows matching a JSON filter in n8n data tables. Requires data table ID and filter string.
Instructions
Delete rows matching a filter. The filter is required (JSON string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataTableId | Yes | Data table ID | |
| filter | Yes | JSON filter, e.g. {"type":"and","filters":[{"columnName":"id","condition":"eq","value":123}]} | |
| returnData | No | Return deleted rows | |
| dryRun | No | Simulate only |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||