Call us toll free @ 888-497-7898

email - deleteprofile

Deletes a sending profile given its id from the account


API Call Information
area: email
action: deleteprofile

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

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