DLQ
Delete a failed workflow run from the DLQ
Manually remove a failed workflow run from the DLQ
DELETE
Delete a failed workflow run from the Dead Letter Queue (DLQ).
When a workflow run fails, it is moved to the DLQ. You can manually remove a failed workflow run from the DLQ using this endpoint. This is useful for cleaning up failed runs that you no longer wish to retry or analyze.
Request
The DLQ id of the failed workflow run you want to remove. You will see this id when
listing all workflow runs in the DLQ with the /v2/workflows/dlq endpoint.