I tried to delete the record from MongoDB collection setting the fme_db_operation = Delete.
But the error is:
'fme_feature_operation' has invalid value 'Delete'. Possible values include: 'Insert', 'Put'
Setting the "Table Handling" = "Drop and Create" could help as bypass, just rewriting the records that should not be deleted. But I don't like that I need to rewrite something shouldn't be deleted.
Any better ideas?
Best regards,
Irena