DB: Delete

db_delete · action · Database · Available · v1.0.0

Description

Delete rows matching a where clause. Destructive — confirmation required.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
databaseId
Database
db-pickeryes
table
Tabella
db-table-pickeryes
whereJson
Righe da eliminare (WHERE)
key-valueyesCoppie chiave-valore: la riga deve matchare tutte per essere eliminata.
confirmDelete
Confermo che questa operazione è distruttiva
booleanyesfalse

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use DB: Delete?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes