Delete 3
Deletes multiple action runs with their specific ID
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/action-runs
COPY
Request Body
[
{}
]
array of
string
IDs of the action runs
Responses
200
Action runs deleted
Operation doesn't return any data structure
404
One of the action run to delete not found
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/abx/api/resources/action-runs
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