Title: Delete Circulation Types
Last modified: September 24, 2020

---

# Delete Circulation Types

 *  Resolved [austinlocke](https://wordpress.org/support/users/austinlocke/)
 * (@austinlocke)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/delete-circulation-types/)
 * Robert, great plugin!
 * Is it possible to Delete Circulation types?
 * i did a bulk csv import and put what should have been Categories into Type. I
   need to reset my DB and re-import. I tried uninstalling / reinstalling the plugin.
   
   I am comfortable running sql commands but not sure where to do that in the WP
   admin interface
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdelete-circulation-types%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Robert Heller](https://wordpress.org/support/users/robertpheller/)
 * (@robertpheller)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/delete-circulation-types/#post-13450693)
 * You can’t delete circulation types from the admin pages. The circulation types
   are in the table named <wp prefix>weblib_types and the collection is in two tables:
   <wp prefix>WEBLIB_COLLECTION and <wp prefix>WEBLIB_KEYWORDS. It is possible to
   delete items in the collection, a page at a time using the bulk actions on the
   collection page, but it would (objvious) be quicker to use SQL directly.
 *  Thread Starter [austinlocke](https://wordpress.org/support/users/austinlocke/)
 * (@austinlocke)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/delete-circulation-types/#post-13450740)
 * Thank you!,
    DELETE FROM `wpvk_weblib_types` worked perfectly in phpmyadmin

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

The topic ‘Delete Circulation Types’ is closed to new replies.

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

## Tags

 * [delete](https://wordpress.org/support/topic-tag/delete/)

 * 2 replies
 * 2 participants
 * Last reply from: [austinlocke](https://wordpress.org/support/users/austinlocke/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/delete-circulation-types/#post-13450740)
 * Status: resolved