Delete Action 1
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}
On This Page
Actions Service Operations
PUT
Update Action
GET
Get Debug Info
PUT
Execute Debugger Operation
POST
Control Debugger
GET
List All Actions
POST
Create Action
GET
Download Action Bundle
POST
Update Action Bundle
DELETE
Delete Action Bundle
POST
Execute Action By Name
POST
Execute Action By Id
GET
Download Action Icon
GET
Export Action Logs 1
GET
Get Action
GET
Get Action 1
DELETE
Delete Action 1
GET
Find Action Dependencies
GET
Get Action Execution Result
DELETE
Cancel Action Run