Delete Workflow Element

Delete Workflow Element

Delete workflow element

Request
URI
DELETE
https://{api_host}/vco/api/packages/{packageName}/workflow/{id}
COPY
Path Parameters
string
packageName
Required

packageName

string
id
Required

id


Responses
204

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

404

Package or workflow element is missing

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/packages/{packageName}/workflow/{id}