Delete Multiple Actions
Delete multiple actions by their id and projectId
Deletes actions with a specific ID and projectId
Request
URI
DELETE
https://vcfa-10-162-161-9.vcfd.broadcom.net/abx/api/resources/actions
COPY
Request Body
[
{
"id": "string",
"projectId": "string",
"orgId": "string"
}
]
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