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

13 lines
185 B
Markdown

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