Delete a filter from account or remove from view.
ga_filter_delete(
accountId,
webPropertyId = NULL,
viewId = NULL,
filterId,
removeFromView = FALSE
)
Account Id of the account that contains the filter
Property Id of the property that contains the filter
View Id of the view that contains the filter
Filter Id of the filter to be deleted
Default if FALSE. If TRUE, deletes the filter from the view
TRUE if successful
Other filter management functions:
ga_filter_list()
,
ga_filter_view_list()
,
ga_filter_view()
,
ga_filter()