1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_repository_remove.md

14 lines
148 B
Markdown

`FoxxRepository#remove(model)`
Remove the model from the repository.
Expects a model.
@EXAMPLES
```javascript
repository.remove(myModel);
```