ListDelete
< Return to Method List
boolean
ListDelete(integer
$id [,
boolean $delete_subs])
Delete a subscriber list.
Parameters
| integer id | The list id to delete. |
|---|---|
| boolean delete_subs | This flag will cause all subscribers in the category to be deleted as well. Default = FALSE. |
Return Value
| boolean | Returns TRUE on success, or an error structure. |
|---|