Filter field which not in specific vales

Hi Sebastian,

Is there any function can filter the the field which does not contain specific values?
Like as below:

I want to filter the records which statusID not equal to 1 and 2

I try
$filter=data/statusID/iv not in (1, 2)

But it failed. Is there any solution?