Database
[{"_id":"f7e80c8e-6b4a-4741-95a3-2567cccf9e5f","createdAt":ISODate("2021-07-19T17:07:28.499Z"),"description":null,"externalLinks":[{"id":"ZV8xMjM0NQ==","a":"a","type":"event"},{"id":"cF8xMjM0NQ==","b":"b","type":"planning"}],"updatedAt":ISODate("2021-07-19T17:07:28.499Z")}]
Query
db.collection.update({_id:{$in:["f7e80c8e-6b4a-4741-95a3-2567cccf9e5f"]}},[{"$set":{"externalLinks":{"$filter":{"input":"$externalLinks","cond":{"$not":[{"$and":[{"$eq":["$$this.id","ZV8xMjM0NQ=="]},{"$eq":["$$this.type","event"]}]}]}}}}}])