Delete a Custom Compliance Check
DELETE/api/v32.07/custom-compliance/:id
x-prisma-cloud-target-env: {"permission":"policyComplianceCustomRules"}
Deletes a specific custom compliance check.
This endpoint maps to Defend > Compliance > Custom in the Console UI.
cURL Request
Refer to the following example cURL command that uses basic auth to delete the compliance check with id 9000:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X DELETE \
https://<CONSOLE>/api/v<VERSION>/custom-compliance/9000
Request
Path Parameters
id stringrequired
Responses
- 200
- default
OK
Loading...