Hi Klaus @wordupall,
Thank you for reaching out.
Before you can proceed with uninstalling the WooCommerce plugin, do you mind sharing the reason for uninstalling and deleting it? We value your feedback, to make the plugin even more user-friendly.
?I would like to completely uninstall Woocommerce and the following other plugins from one of my WordPress installations and delete the corresponding tables in php my admin
To completely uninstall WooCommerce and other plugins, you should first deactivate them from your WordPress dashboard. Go to ‘Plugins’, select the ones you want to uninstall, then hit ‘Deactivate’. After that, you can delete them.
As for the database tables, it’s important to note that directly manipulating your database can be risky if you’re not familiar with it. However, here are the primary tables WooCommerce and some of the other plugins you mentioned may create:
- WooCommerce: wp_woocommerce_api_keys, wp_woocommerce_attribute_taxonomies, wp_woocommerce_downloadable_product_permissions, wp_woocommerce_order_items, wp_woocommerce_order_itemmeta, wp_woocommerce_tax_rates, and wp_woocommerce_tax_rate_locations
- Woopayments: wp_woocommerce_payment_tokens and wp_woocommerce_payment_tokenmeta
- Mail Poet: wp_mailpoet_custom_fields, wp_mailpoet_forms, wp_mailpoet_newsletters, wp_mailpoet_segments, wp_mailpoet_sending_queues, wp_mailpoet_statistics_clicks, wp_mailpoet_subscribers, wp_mailpoet_subscriber_segment, wp_mailpoet_subscriber_ips
- WooCommerce Shipping & Tax: wp_woocommerce_shipping_zones, wp_woocommerce_shipping_zone_locations, wp_woocommerce_shipping_zone_methods
Unfortunately, I couldn’t find specific table names for TikTok, Pinterest for WooCommerce, and Google for WooCommerce. They might not create their own tables, or they might use options within the wp_options table.
Please make sure to back up your database to prevent any unintentional loss of data. I hope this helps, please let us know if you have any further questions.