Delete Action
Deletes an action with a given id.
If the action is referenced by some workflows, it is considered to be 'in use'and the delete operation will fail, unless the 'force' option is provided.
Request
URI
DELETE
https://{api_host}/vco/api/actions/{actionId}
COPY
Path Parameters
string
actionId
Required
actionId
Query Parameters
boolean
force
Optional
Constraints:
default: false
force
Responses
200
Action successfully deleted
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
404
Can not find an action with the specified id
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/actions/{actionId}