Closed ludobesse closed 6 years ago
Hello and thank you for your project, Would it be possible to implement the delete function for all contacts? That would be very helpful. Thank you very much.
You should be able to delete all contacts with something similar to the following.
$contacts = ContactFactory::getAll(); foreach($contacts as $contact) { ContactFactory::delete($contact); }
Hello and thank you for your project, Would it be possible to implement the delete function for all contacts? That would be very helpful. Thank you very much.