I imported an Entity that I had re-named by replacing all the entity bundle names but unfortunately the name I choose had an uppercase letter which caused huge problems with creating indexes etc.

Also when I tried to delete the entity from within Drupal, Entity API automatically disabled it I guess because of the uppercase letter in the machine names.

I identified as best I could the tables that the entity bundle imported into in the MYSQL database as node_types field_group field_config_instance and deleted the entries in those tables using PHPMyadmin. There was no data as I never used the entity to enter data as it was inaccessible so I could ignore the field tables field_data_entitybundlefieldxyz.

Having cleared the cache I was able to access the site without any problems and the existing entity bundles appear to be configurable via Manage Fields and Manage Display.

Is there anything I may have missed that will be a gotcha later that I should do now to clean up the badly imported entity?