Delete Workflow Execution

Delete Workflow Execution

Cancels the execution of a workflow presentation instance. This API call cancels only the workflow presentation execution. To cancel the workflow execution, use APIs under /api/workflows/{workflowId}/instances.

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

executionId

string
workflowId
Required

workflowId


Responses
204

No content

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Cannot find presentation instance for executionId

Operation doesn't return any data structure