Hi,
Based on my experience, keeping the virtual switch would not cause any issues.
The deleting may fail if you do not have administrative rights, or there are NAT configuration related to the virtual switch.
- Ensure you are using an administrator account.
- Run the following command in powershell to delete NAT configurations.
Get-NetNat | Remove-NetNat
Best Regards,