Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
<success>Footer/Whois Deleted</success>
</response>

JSON Response

{
    "success": "Footer/Whois Deleted"
}