Delete Base Images Rule
DELETEPATH_TO_CONSOLE/api/v34.00/policies/vulnerability/base-images/:id
x-prisma-cloud-target-env: {"permission":"policyContainers"}
Removes all base images under a given scope.
For the id
path parameter to be passed correctly in the URL, it needs to be percent-encoded. Further, the percent ("%") character itself must be percent-encoded as "%25". Therefore, each forward slash ("/") character needs to be encoded as "%252F".
Request
Path Parameters
id stringrequired
Responses
- 200
- default
OK
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L -X DELETE 'PATH_TO_CONSOLE/api/v34.00/policies/vulnerability/base-images/:id'