Delete a list and completely erase the list's information in the web platform.
Parameters
api_token
string
Your API token. You can find it in your API main page when logged in.
uid
string
List's uid
$client = new Acelle\Client(
'https://app.sastamail.com/api/v1',
'*|api_token|*'
);
$client->list()->delete('e31046fce3d83');
{
"status": 1,
"message": "Deleted"
}