admDeleteFilter
Description
Deletes the filter with the specified id.
Parameters
Return Type
Boolean (true/false)
Returns true if the filter was successfully deleted.
Example
number filterId = 10000;
boolean b = admDeleteFilter(filterId);
return b;
Result: This will return true if the filter corresponding to the id 10000 will be deleted. False otherwise.