Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

Remove a View

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()
← Modify a View