[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Delete Workflow Presenation Instance Deprecated

Description

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

Request

URL

URL


delete
https://{api_host}/cloudapi/workflows/{workflowId}/presentation/instances/{presentationExecutionId}
Copy

Path Parameters

Path Parameters

string
workflowId Required

workflowId


string
presentationExecutionId Required

presentationExecutionId


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

No content

Errors

Errors

401

The user is not authorized


403

Forbidden


404

Cannot find a workflow or presentation instance with specified ID

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/cloudapi/workflows/{workflowId}/presentation/instances/{presentationExecutionId}


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Deprecated in 36.0
With alternative: vRO Forms Overlay API Marked As Internal
vRO Workflow Presentation Operations
Feedback

Was this page helpful?