Trying to delete a contract in Mist and getting this error?
There is a work around you’ll find useful. Right click in the Contracts window and click Open developers tools.
It should have an autocomplete and you should be able to run CustomContracts.find().fetch(). Expand an object, grab the _id and run CustomContracts.remove(“put_id_here”)