1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_repository_removeB...

13 lines
185 B
Markdown

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