Delete 4
Deletes an action run with a specific ID
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/action-runs/{id}
COPY
Path Parameters
string
id
Required
ID of the action run
Responses
200
Action run deleted
Operation doesn't return any data structure
404
Action run 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/action-runs/{id}
Action Runs Operations
GET
Get All 2 1
POST
Create 2
DELETE
Delete 3
PATCH
Cancel Action Run
GET
Get By Id 2
DELETE
Delete 4