Database

[{"_id":{"$oid":"636c1778f1d09191074f9690"},"name":"Wayne Wrestler","email":"wakywayne80@gmail.com",/**"image": "https://lh3.googleusercontent.com/a/ALm5wu32gXjDIRxncjjQA9I4Yl-*/"userSignedUpEvents":[{eventId:ObjectId("5a934e000102030405000000"),eventName:"onmygod"},{eventId:ObjectId("636c1778f1d09191074f9681"),eventName:"onmygod"}]},{"_id":{"$oid":"636c1778f1d09191074f9697"},"name":"Wayne Wrestler","email":"wakywayne80@gmail.com",/**"image": "https://lh3.googleusercontent.com/a/ALm5wu32gXjDIRxncjjQA9I4Yl-*/"userSignedUpEvents":[{eventId:ObjectId("5a934e000102030405000000"),eventName:"onmygod"},{eventId:ObjectId("636c1778f1d09191074f9690"),eventName:"onmygod"}]}]

Query

db.collection.update({userSignedUpEvents:{$elemMatch:{eventId:ObjectId("5a934e000102030405000000")}}},{$pull:{userSignedUpEvents:{eventId:ObjectId("5a934e000102030405000000")}}},{multi:true})

Result