Skip to main content
DELETE
/
v2
/
workflows
/
runs
/
{workflowRunId}
Cancel Workflow Run
curl --request DELETE \
  --url https://qstash.upstash.io/v2/workflows/runs/{workflowRunId} \
  --header 'Authorization: Bearer <token>'

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

workflowRunId
string
required

The ID of the workflow run to cancel.

Response

Workflow run cancelled successfully