Remove

Overview 

Deletes the specified filter definition

Syntax 

Remove()

Example 

The sample code below deletes the filter definition with the external key myFilterDef:

1var myFD = FilterDefinition.Init("myFilterDef");
2
3myFD.Remove();