This method serves to delete a list according to its identifier.
Warning ! delete a list means deletion of :
- Contacts of this list,
- Emails in this list,
- Drafts of Emails of this list,
- Forms in this list,
- ules of this list (Segmentation, distribution, sponsoring, sleep).
| Field | Type | Description |
|---|---|---|
| listeid | integer | Log of your list |
// Suppression de la liste 12345
$sgApi
->set('listeid', 12345);
$call = $sgApi->call('del_list');

