As noted by ENDOH (this SO question is technically a duplicate), you can negate a filter by prepending ‘!’ to the filter string, like this:
filter:'!'+myFilter
Note that the ‘!’ is quoted. The documentation is not terribly clear on this, and an example there would be helpful.