Description
Delete rows matching a where clause. Destructive — confirmation required.
db_delete · action · Database · Available · v1.0.0
Delete rows matching a where clause. Destructive — confirmation required.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
databaseIdDatabase | db-picker | yes | — | — |
tableTabella | db-table-picker | yes | — | — |
whereJsonRighe da eliminare (WHERE) | key-value | yes | — | Coppie chiave-valore: la riga deve matchare tutte per essere eliminata. |
confirmDeleteConfermo che questa operazione è distruttiva | boolean | yes | false | — |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-db_delete-1",
"defId": "db_delete",
"label": "DB: Delete",
"config": {
"databaseId": "<databaseId>",
"table": "<table>",
"whereJson": "<whereJson>",
"confirmDelete": false
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes