Delete Suppression by Suppression ID and Violation ID
DELETE/code/api/v1/suppressions/:policyId/justifications/:suppressionId
Prisma Cloud Application Security supports advanced Suppression rule settings in order to make policy management easier by dismissing or snoozing errors (using time-bounded suppression rules) that are irrelevant in your cloud and code environments. Suppression can be applied at various levels: for all cases (Disable Policy), for a specific Source, for a Specific Resource or by tag.
To use the API request, add your token to the header.
Use this API function to delete an existing Prisma Cloud Application Security Suppression rule for a specific given policyId and suppressionId mentioned in the path.
The output will be -
- For successful - 200
- error - 400, failed to delete suppression
Request
Path Parameters
policyId stringrequired
suppressionId stringrequired
Responses
- 200
- 422
Suppression ID
Request arguments validation error
Loading...