cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/workflows/dlq/{dlqId} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
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.
QStash authentication token
The DLQ ID of the failed workflow run to delete.
Workflow deleted successfully
Was this page helpful?