Skip to main content

Delete Base Images Rule

DELETE 

PATH_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

OK

curl -L -X DELETE 'PATH_TO_CONSOLE/api/v34.00/policies/vulnerability/base-images/:id'
Request Collapse all
Base URL
PATH_TO_CONSOLE
Parameters
— pathrequired