Does anybody have any clever ways to delete/update URL redirects in bulk? I recently discovered that redirects in NetSuite don't pass along URL parameters without a wildcard. So if I create a redirect from /my-url to /my-new-url, visiting /my-url?foo=bar will not work unless the from URL is /my-url*. I already have 4000+ redirects. I'd like to be able to edit them in place, but re-importing them with the wildcard creates a new record, duplicating the old because there's no internal ID to reference. I could inactivate all the old ones and create new ones with the wildcard, but that seems unnecessary. Anybody have any bright ideas?