https://github.com/MongoEngine/mongoengine/blob/2121387aa2373491449c2c207e94c76ff82ed7a4/mongoengine/document.py#L587 The example shows write_concern as a keyword argument but actually requires: `document.delete(w=2, fsync=True)`