I have tried to delete it with a delete query by using the the embedded documents “_id”. But then the whole toplevel document is beeing deleted aswell. After some searching i know this is just the way MongoDB works.
Adding the “root_id” of the document did the trick, as i reviewed my old code i actually worked with the $pull operator but the missing root id was the faulty chain here!