Upstash Documentation

Delete Failed Workflow Run

Delete a specific failed workflow run from the DLQ.

Use this endpoint to remove a workflow from the DLQ after you have addressed the issue
or determined that the workflow should not be retried.

1 min read
delete/v2/workflows/dlq/{dlqId}
Request example
Response
delete/v2/workflows/dlq/{dlqId}

Authorization

Authorizationstringheaderrequired#
QStash authentication token

1 alternative authorization method available — see the spec for details.

Path parameters

dlqIdstringrequired#
The DLQ ID of the failed workflow run to delete.

Responses

Workflow deleted successfully