You can try using with Az module rather than AzureRm. Go for uninstalling AzureRm using this command:
Uninstall-Module -Name AzureRm -AllVersions
And then, install the Az module.
After that, you can try to delete it using Az module. And make sure not to mix your command with AzureRm and Az module.
I hope this will help.
Want to become an Azure expert? join Azure Developer Training now!!