Need help removing props from map

Hey guys,
I’m trying to remove some props from the map but nothing seems to be working as intended

These are the props i’m trying to remove

What have I tried

At first I used Koil-debug to obtain the id of the props I wanted to remove and wrote a simple resource to iterate trough the list of ids and delete the props, but the id’s seem to change when the server restarts

Then I tried to use map-editor to delete the props save the map to an .xml file convert it to ymap using a converter and OpenIv and finally creating the resource and streaming the converted file.

But in the end it also didn’t work, the props that I added using the map editor where there, but the ones that I had removed where also there

Thanks.