Skip to main content
DELETE
/
v2
/
workflows
/
dlq
/
{dlqId}
Delete Failed Workflow Run
curl --request DELETE \
  --url https://qstash.upstash.io/v2/workflows/dlq/{dlqId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

dlqId
string
required

The DLQ ID of the failed workflow run to delete.

Response

Workflow deleted successfully