Call us toll free @ 888-497-7898

email - unsubscribeemail

This api allows you to unsubscribe an email address by adding it to the account's unsubscribe list.


API Call Information
area: email
action: unsubscribeemail

API Arguments
Argument Data Type Required Description
email string Yes the full email address to unsubscribe.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=unsubscribeemail&email=example@test.com

API Result:
XML Response JSON Response
<response>
<status>Processed</status>
</response>
{
    "status": "Processed"
}