Database

[{userID:19202,products:[{id:20,name:["first"]}]}]

Query

db.collection.update({userID:19202},{$pull:{"products":{id:"20"}}})

Result