Is it possible to use updateByQuery and deleteByQuery on nested documents?

Greetings,

Is it possible to use updateByQuery and deleteByQuery to update/delete nested documents?

Kind regards

They should work, yes. We test parent/child and routing with those features but I don't think we have explicit testing around nested docs. It should still work though.

Thank you for your quick response.

What I meant is to use updateByQuery and deleteByQuery without scripts to update/delete nested documents exactly like how we would use it with root documents. Is it possible?