cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/workflows/runs/{workflowRunId} \ --header 'Authorization: Bearer <token>'
Cancel an ongoing workflow run.
QStash authentication token
The ID of the workflow run to cancel.
Workflow run cancelled successfully
Was this page helpful?