Call us toll free @ 888-497-7898

email - deletewhois

Deletes a whois/CAN SPAM footer entry given a whois id


API Call Information
area: email
action: deletewhois

API Arguments
Argument Data Type Required Description
id string Yes whois id
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletewhois&id=12345

API Result:
XML Response JSON Response
<response>
<success>Footer/Whois Deleted</success>
</response>
{
    "success": "Footer/Whois Deleted"
}