Upstash Documentation

Cancel In-Progress Failure Callback

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

When you retry a failed failure callback using the POST endpoint, it enters an in-progress state.
This endpoint allows you to cancel that in-progress callback before it completes.

The callback must be in an in-progress state. If there's no in-progress callback,
the request will fail with a 400 error.

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

Authorization

Authorizationstringheaderrequired#
QStash authentication token

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

Path parameters

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

Responses

Failure callback canceled successfully