Nodejs MongoDB Drop

In NodeJs, You can delete a table, or collection as it is called in MongoDB using the drop() method.

Code :