Delete 1
Deletes an action with a specific ID
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions/{id}
COPY
Path Parameters
string
id
Required
ID of the action
Query Parameters
string
projectId
Optional
Project ID of action (required for non-system actions)
boolean
force
Optional
force
Responses
200
Action deleted
Operation doesn't return any data structure
404
Action to delete not found
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions/{id}