Delete Base Images Rule
DELETE/api/v32.07/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
Loading...