Call us toll free @ 888-497-7898

email - deletecustomfromaddress

Deletes a custom from address given the id.


API Call Information
area: email
action: deletecustomfromaddress

API Arguments
Argument Data Type Required Description
id integer Yes An id of the from address to delete.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomfromaddress&id=22

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