Bulk query filter not equal

I want to use bulkDeleteMany from a cloud function but i want to specify a filter as follow:
i got a column named “input”
i want to delete all rows where input column doesn’t start with xxxx

There is no documentation about filters and I didn’t find something helping in the forum for now…

Does someone know how to do?