Ensure that policies like "Prevent deletion of printers" are either Not Configured or Disabled.
In Start Search type printmanagement.msc and hit the Enter Key.
Locate and delete the printer from there.
Use PowerShell to remove printers:
Open PowerShell as an administrator
Use the command: Get-Printer | Where-Object {$_.Name -eq "PrinterName"} | Remove-Printer