This is the command line to delete the device using Powershell
foreach ($dev in Get-PnpDevice -FriendlyName '*Name of the device*') {
pnputil /remove-device $dev.InstanceId }
pnputil /scan-devices
Replace "Name of the device" with the device name, duplicate teh command right below the other and replace the device name, copy all command lines, paste on Powershell (Admin) window and press enter to run the command.
To open PowerShell (Admin) right-click the Start Menu icon > Powershell (Admin)