DLQ

Cancel In-Progress Failure Callback

Cancel an in-progress failure callback for a failed workflow.

DELETE/v2/workflows/dlq/callback/{dlqId}
cURL
curl --request DELETE \
  --url https://qstash-{region}.upstash.io/v2/workflows/dlq/callback/{dlqId} \
  --header 'Authorization: Bearer <token>'

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

dlqIdpathstringrequired

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

Response

302 — Failure callback canceled successfully

400 — Bad Request - No in-progress failure callback to cancel, or callback information is invalid

errorstringrequired

Error message

401 — Unauthorized

errorstringrequired

Error message

404 — Failure callback not found or message not found

errorstringrequired

Error message

500 — Internal Server Error

errorstringrequired

Error message

Loading search…