Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <success>Profile Deleted</success>
</response>

JSON Response

{
    "success": "Profile Deleted"
}