Deletes a collection, including all items and indexes
Last updated 2 years ago
Was this helpful?
db.deleteCollection("users").then(() => { console.log("deleteCollection:", "ok"); }).catch((error) => { console.log("error:", error); });
name
The name for the collection