Delete Workflow Presenation Instance

Delete Workflow Presenation Instance

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 /cloudapi/workflows/{workflowId}/instances.

Request
URI
DELETE
https://{api_host}/cloudapi/workflows/{workflowId}/presentation/instances/{presentationExecutionId}
COPY
Path Parameters
string
workflowId
Required

workflowId

string
presentationExecutionId
Required

presentationExecutionId


Authentication
This operation uses the following authentication methods.
Responses
204

No content

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Cannot find a workflow or presentation instance with specified ID

Operation doesn't return any data structure