Call us toll free @ 888-497-7898

email - deletecustomdomain

Deletes a custom domain used for sending on behalf. Also deletes any custom from addresses that have been setup using that domain


API Call Information
area: email
action: deletecustomdomain

API Arguments
Argument Data Type Required Description
id integer Yes The custom domain id to delete
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomdomain&id=22

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