Return Back to API List
API Call Information
area: email
action: deleteemailbyemail
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteemailbyemail&id=12345&email=test@test.com
API Call Result:
email - deleteemailbyemail
Deletes an email address from a list given it's list id and email address
API Call Information
area: email
action: deleteemailbyemail
API Arguments
| Argument | Data Type | Required | Description |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteemailbyemail&id=12345&email=test@test.com
API Call Result:
| XML Response | JSON Response |
| <response> <success>Email Deleted</success> </response> |
{
"success": "Email Deleted"
} |