If you have a corrupted list which should be deleted this might be helpful to delete the list. Just open Powershell on your server and use this script to delete the list:
Get-SPWeb "YourSiteCollectionUrl" | Where-Object { $_.Lists.Delete([System.Guid]$_.Lists["Listname"].ID) }
Hope this helps.
..:: I LIKE SHAREPOINT ::..