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://{api_host}/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
Workflow Presentation Service Operations
GET
All Presentation
DELETE
Delete Workflow Execution
GET
Get Presentation For
GET
Load Execution
POST
Start Presentation
POST
Update Presentation
PUT
Update Presentation