Cancel Workflow Execution

Cancel Workflow Execution

Cancels a workflow run

Request
URI
DELETE
https:///vco/api/workflows/{workflowId}/executions/{executionId}/state
COPY
Path Parameters
string
workflowId
Required

workflowId

string
executionId
Required

executionId


Responses
204

No content

Operation doesn't return any data structure

400

The request is invalid(validation error)

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Can not find a workflow with the specified ID or the user does not have 'read' access rights for that workflow

Operation doesn't return any data structure