make_delete_dlq
Remove specific incomplete or failed executions (DLQ items) by ID from a Make scenario. Deletes only the listed IDs, avoiding accidental removal of all executions.
Instructions
Delete specific incomplete/failed execution(s) (DLQ items) by id, from a given scenario. Pass 'dlq_ids' as an array of the exact ids to delete (from make_list_incomplete) — ONLY those are removed. Deleting ALL incomplete executions of a scenario is intentionally NOT supported here, for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dlq_ids | Yes | Array of DLQ ids to delete (only these are removed) | |
| scenario_id | Yes | The scenario ID the DLQ items belong to |