Deleting tags using find and replace in an exported json

Hello Everyone,

This has been my first project. At the beginning I downloaded all the tags from my plc. There are between 100,000 and 200,000 tags but the former program using wonderware only used 5,500ish tags. The coms cant support the amount of tags I have in my project.

I want to delete tags "indirectly" using wild cards. but for some reason I cant find any tools that do it. here is an example of what I mean.

Each of my devices have the same tags. here is an example of one I want to delete in all of them. ideally I would just copy and paste this and add a wild card where FV5003 is. But I guess there isn't any tools that do this accept word which doesn't want to get the spacing correct.

         {
                  "valueSource": "opc",
                  "opcItemPath": "ns\u003d1;s\u003d[PPD]FV5003_HOA.HOA.HMIbits[0]",
                  "dataType": "Int4",
                  "name": "HMIbits_0_",
                  "tagType": "AtomicTag",
                  "opcServer": "Ignition OPC UA Server"
                },


Any help would be greatly appreciated,

Thanks.