Within IIS Manager take note of the folder path for the SRSConnect Appliction that you wish to remove then delete it from the IIS Manager.
In File Explorer, locate the folder containing the SRSConnect instance you wish to delete and access the Web.config file, make a note of the InstanceID value. You can then delete the entire folder containing the SRSConnect instance.
Access the versaSRS database and run the below query to delete the Portal Settings (this will also remove the SRSConnect tab for that instance in the versaSRS Global Settings. Ensure you replace InstanceID with the InstanceID from the Web.config file that was located during step 2.
NOTE: VersaDev takes no responsibility for any data corruption or loss incurred, be sure to take extra care not to remove or change any data by mistake when running queries directly on the database, we recommend performing a backup and implementing on a test environment before performing on production.
DELETE FROM tbl_PortalSettings
WHERE InstanceID = InstanceID