DELETES RECORDS FROM A DATABASE¶
Deletes records from a target database that match a set of user-defined filters. Use this worker when you need to programmatically remove specific rows from a d3VIEW database table within a workflow.
When to use¶
Tagged: crud, database, delete, filter, records, sql.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Database | database_id | remote_lookup | — | ✓ | The target database from which records will be deleted; select via remote lookup from all available d3VIEW databases — required, no default. |
| Choose Filters | filters | filters | — | ✓ | One or more filter conditions used to identify which records to delete; dynamically populated based on the selected database’s schema — required, leave empty only if deleting all records is intended. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Database Id | database_id | scalar | The identifier of the database on which the delete operation was performed, returned as a scalar for downstream reference or chaining. |
Disciplines¶
- data.io.sql
Auto-generated from platform schema. Worker id: database_delete_records. Schema hash: a35bac8dfad2. Hand-curated docs in workerexamples/ override this page when present.