Delete Workflow Execution
Cancels a workflow execution user interaction presentation instance. This API call cancels only the workflow execution user interaction presentation. To cancel the workflow execution use APIs under /api/workflows/{workflowId}/instances
Request
URI
DELETE
https://{api_host}/vco/api/workflows/{workflowId}/executions/{executionId}/interaction/presentation/instances/{presentationExecutionId}
COPY
Path Parameters
string
workflowId
Required
workflowId
string
executionId
Required
executionId
string
presentationExecutionId
Required
presentationExecutionId
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 User Interaction Presentation Service Operations
GET
All Interaction Presentations
DELETE
Delete Workflow Execution
GET
Get Presentation For Interaction
GET
Load Execution
POST
Start Interaction Presentation
POST
Update Presentation
PUT
Update Presentation