Skip to main content
DELETE
/
v2
/
workflows
/
dlq
/
callback
/
{dlqId}
Cancel In-Progress Failure Callback
curl --request DELETE \
  --url https://qstash.upstash.io/v2/workflows/dlq/callback/{dlqId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

dlqId
string
required

The DLQ ID of the workflow run whose in-progress failure callback should be canceled.

Response

Failure callback canceled successfully