Software Secure Workload
Activity Configure

Deleting an Exclusion Filter

This endpoint deletes the specified exclusion filter.

DELETE /openapi/v1/exclusion_filters/{exclusion_filter_id}

Parameters: The request URL contains the following parameters

Name

Type

Description

exclusion_filter_id

string

The unique identifier for the exclusion filter.

Response object: None

Sample python code


  exclusion_filter_id = '<exclusion-filter-id>'
  restclient.delete('/exclusion_filters/%s' % exclusion_filter_id)