curl --request PUT \
--url https://api.example.com/api/v2/workflow-runs/{workflowRunId}/cancel{}Requests cancellation of a currently active workflow run. This is an asynchronous operation and the run may take some time to fully stop.
curl --request PUT \
--url https://api.example.com/api/v2/workflow-runs/{workflowRunId}/cancel{}The unique identifier of the workflow run to be cancelled.
Workflow run cancellation request accepted.
Workflow run cancellation request accepted.