Skip to main content

Delete one suppression by suppression id and violation id

Prisma Cloud Code 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 Code 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
Path Parameters
  • policyId string required
  • suppressionId string required
Responses

Suppression ID

Loading...