Delete 3

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
Optional

IDs of the action runs

Authentication
This operation uses the following authentication methods.
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