Delete 4

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


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