DELETE TEST¶
Deletes one or more physical test records from the d3VIEW platform by ID. Use this worker when a test entry needs to be permanently removed from the physical-test database within a workflow.
When to use¶
Tagged: crud, delete, physical_test, physicaltests.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | input_pt_id | remote_lookup | — | One or more physical test records to delete, selected via remote lookup against the physicaltests datastore; accepts multiple entries (repeatable). Leave null if the test ID will be resolved dynamically upstream. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Deleted | deleted | text | Text confirmation (e.g. a status message or deleted record ID list) returned after the delete operation completes successfully. |
Disciplines¶
- data.dataset.ingest
- platform.workflow
Auto-generated from platform schema. Worker id: physicaltest_delete. Schema hash: e0ed5709d8ff. Hand-curated docs in workerexamples/ override this page when present.