Remove a subscriber from a list and completely erase the subscriber'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.
list_uid
string
Mail list's uid
uid
string
Subsciber's uid
$client = new Acelle\Client(
'https://app.sastamail.com/api/v1',
'*|api_token|*'
);
$client->subscriber()->delete('e31046fce3d83');
{
"status": 1,
"message": "Deleted"
}