User.update( { "_id" : userID} , { "$pull" : { "teams" : { "_id" : teamID } } } , { "multi" : true } )
doc.subdocs.push({ _id: 4815162342 }) // added doc.subdocs.pull({ _id: 4815162342 }) // removed