This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
00:00After you've inserted some documents and maybe updated a few,
00:03it might be time to get rid of the old ones, so let's talk about deleting them .
00:06So again, it's db.collection name. and we're going to apply delete operation.
00:11And here we can say I'd like to delete one of them,
00:13delete one, or maybe I want to delete a whole set of them, right,
00:18the delete one we're passing in something that should be unique,
00:20like the primary key, and delete many, maybe a bunch of them have the title,
00:23maybe there is a couple of additions
00:25like a kindle and a paperback version or something like that.
00:27So just get rid of all of them with the title being some title.