Delete

Delete

Deletes actions with a specific ID and projectId

Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions
COPY
Request Body
[
    {
        "id": "string",
        "projectId": "string",
        "orgId": "string"
    }
]
Optional

IDs of the actions

Authentication
This operation uses the following authentication methods.
Responses
200

Actions 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>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/abx/api/resources/actions