mirror of https://gitee.com/bigwinds/arangodb
Expanded example.
This commit is contained in:
parent
b3ecb4f2b3
commit
c4173ae192
|
@ -155,6 +155,7 @@ Returns *false* if the user already didn't exist.
|
|||
@EXAMPLES
|
||||
|
||||
```js
|
||||
var user = userStorage.get(userId);
|
||||
user.delete();
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue