Call us toll free @ 888-497-7898

email - deletedomain

This deletes a domain from the account.


API Call Information
area: email
action: deletedomain

API Arguments
Argument Data Type Required Description
id integer Yes containing the domain id to delete
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletedomain&id=1000

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