Docs Menu

ビューを削除する

To remove a view, use the db.collection.drop() method on the view.

For example, this command drops a view named productView01:

db.productView01.drop()