`FoxxRepository#removeByExample(example)` Find all documents that fit this example and remove them. @EXAMPLES ```javascript repository.removeByExample({ toBeDeleted: true }); ```