Call us toll free @ 888-497-7898

home - deleteuser

Deletes a user from the account given the userid


API Call Information
area: home
action: deleteuser

API Arguments
Argument Data Type Required Description
id integer Yes an integer containing the user id you wish to delete
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=home&action=deleteuser&id=1000

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