#### async tree.deleteDocuments(query)

Will delete all documents matching the query.

See more info on [queries](/docs/usage/queries.md)

```js
    await tree.deleteDocuments({age:33});
```

