Page 1 of 1

how to remove leads?

PostPosted: Fri Feb 29, 2008 1:47 am
by erge
hi,
how to remove leads in TESTCAMP if i don't remove the corresponding lists?
i load some leads to a list 666, and list 666 is belong to the TESTCAMP.
after one minute, there are about 100 leads in my TESTCAMP now, but now i want to delete all the 100 leads in TESTCAMP, how to? i know that all leads can be removed if you delete list 666. but hot to remove the 100 leads if you don't remove the list 666?

PostPosted: Fri Feb 29, 2008 9:45 am
by mflorell
in mysql:

delete from vicidial_list where list_id='100';

thanks

PostPosted: Sat Mar 01, 2008 8:10 am
by erge
thank you,mflorell.

i get that i must use sql cmd to delete these leads if i don't want to delete the list what these leads belongs to.