Title: Remove plugin with associated data in database
Last modified: March 31, 2020

---

# Remove plugin with associated data in database

 *  Resolved [Karan](https://wordpress.org/support/users/peeyooshk/)
 * (@peeyooshk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-plugin-with-associated-data-in-database/)
 * Hello:
 * We would like to remove plugin and clear all data from our database related to
   the plugin.
 * Can you please share the sql aqury or other information pertaining to this?
 * Regards

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Karan](https://wordpress.org/support/users/peeyooshk/)
 * (@peeyooshk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-plugin-with-associated-data-in-database/#post-12606399)
 * Just to update i have removed almost maximum entries from postmeta, usermeta 
   and other tables. but i am unable to find the correct way to remove below data
   related to plugin:
 * XXX_options > cron
    XXX_options > bsr_data
 *  Plugin Author [Antonino Scarfì](https://wordpress.org/support/users/antoscarface/)
 * (@antoscarface)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-plugin-with-associated-data-in-database/#post-12655804)
 * Hi,
 * There isn’t any automate tool acting during the uninstall, but you can do it 
   manually by entering in your database and:
    1. remove all records from `wp_options` where `option_name` is like `aepc_%`
    2. remove the tables `wp_aepc_custom_audiences` and `wp_aepc_logs`
 * This is the query to the only records created by Pixel Caffeine! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove plugin with associated data in database’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pixel-caffeine_e2ce0c.svg)
 * [Pixel Caffeine](https://wordpress.org/plugins/pixel-caffeine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pixel-caffeine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pixel-caffeine/)
 * [Active Topics](https://wordpress.org/support/plugin/pixel-caffeine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pixel-caffeine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pixel-caffeine/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Antonino Scarfì](https://wordpress.org/support/users/antoscarface/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/remove-plugin-with-associated-data-in-database/#post-12655804)
 * Status: resolved