Skip to main content
POST
Cancel a specific workflow run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string<uuid>
required

Unique identifier for a workflow.

run_id
string<uuid>
required

Unique identifier for a workflow execution run.

Response

Cancellation request was sent successfully.