Kissaki Docs
API referenceFindings

Delete Suppression

DELETE
/suppressions

Query Parameters

matcher*Matcher
scope?Scope
Default"finding"

Value in

  • "finding"
  • "rule"
  • "endpoint"
  • "category"

Response Body

application/json

application/json

curl -X DELETE "https://example.com/suppressions?matcher=string"
{  "matcher": "string",  "scope": "string",  "status": "string"}