我正在为 REST API 开发后端。它使用 MongoDB 作为数据库。我正在使用 mongodb v:^5.3.3。
我想根据 API 请求删除一组项目,但收到上述错误消息:
DeprecationWarning: collection.remove is deprecated. Use deleteOne, deleteMany, or bulkWrite instead
如何完全删除集合?
mongodb node.js
mongodb ×1
node.js ×1