Database

[{_id:123456,firstname:"first",lastName:"last",secret:[{text:"post 111",postId:111,},{text:"post 222",postId:222,},{text:"post 333",postId:333,},{text:"post 444",postId:444,},]}]

Query

db.collection.update({_id:123456},{$pull:{secret:{postId:222,}}})

Result