Author Topic: How can all records in a list be deleted at once?  (Read 3767 times)

asjaorg

  • Posts: 2
    • View Profile
How can all records in a list be deleted at once?
« on: December 07, 2004, 02:04:41 pm »
How can all records in a list be deleted at once, preserving the fields?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How can all records in a list be deleted at once?
« Reply #1 on: December 07, 2004, 02:12:18 pm »
There isn't currently a feature for this but there should be in the next update.

One indirect way to accomplish it is to use the "Import" feature with a dummy text file (any file that isn't actual email addresses, really).  Choose the option "Delete all users on list before importing" and "Import" the file.   The script will not import anything but will instead show a number of bad addresses and your list users will be deleted.

The other way is to run a custom MySQL command in PhpMyAdmin:

delete from lm_users where list = '1';

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting