// Remove the fine record for the member who paid
db.fines.deleteOne({
  memberId: "M001",
  ISBN: "ISBN1234567890",
  amount: 50
});

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: