Call us toll-free @ 888-497-7898

API Call Information

area: email

action: unsubscribedomain

API Arguments

Argument Data Type Required Description
domain string Yes the domain to unsubscribe.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=unsubscribedomain&domain=domain.com

API Response

XML Response

<response>
<status>Processed</status>
</response>

JSON Response

{
    "status": "Processed"
}