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()