Deleting the Newsletter plugin
If you need to clean up totally your blog from the Newsletter plugin you should:
- uninstall the plugin and all the addons from your blog plugin admin panel
- use a database manager and drop every table named
wp_newsletter*
(wp_
is the prefix used by WP as default on not customized installations but it could be different in your blog) - remove all options in the wp_options table with the name
newsletter
or starting with the namenewsletter_
- remove the folder
wp-content/logs/newsletter/
- remove the folder
wp-content/uploads/newsletter/
- remove the folder
wp-content/extensions/newsletter/
We do not remove all those information on uninstall. Data is yours and we cannot risk you losing years of subscribers, newsletters, and statistics just for an unwanted action!
Source: