Kelemvor
9 months agoExpert
Any easy way to delete a Step from a website check?
Hi,
I have a couple hundred websites where I need to delete the 2nd Step. ("name": "__step1",). There doesn’t seem to be a built-in way to mess with Steps directly from the API. I’d have to read in the site, then figure out how to remove the info for the 2nd Step, then write it back in or something like that.
Does anyone know how hard this might be to do? I’m using Powershell and can pull the data in just fine. It’s the editing and rewriting it back up that I’m not sure how to do. If it was just a couple sites I would even worry about the API. But since it’s 250+, I thought it might help. But if it’s going to be really complicated, it might be faster to just brute force through them manually.
Thanks.