Uninstall and delete entities

If you try to uninstall a module with Drush and get an error "There is content for the entity type", you can go to the uninstall modules page which will allow you to delete them and uninstall.

If that fails, try drush sqlq "truncate ENTITY_NAME" which will clear out it's entity table.

For nodes, run drush edel node --bundle=TYPE.