The asyncio tutorial in the docs should mention `delete_one` as well as `delete_many` in the "deleting documents" section: https://motor.readthedocs.io/en/stable/tutorial-asyncio.html#deleting-documents
Also, searching for `delete_one` on the docs page only brings up changelog and migrating guide results. No Reference that lists `delete_one` as a valid method, unless one reads the changelog or update entries. It should bring up the relevant section in the Collection class docs
This is my first issue here so apologies if I missed something.