Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
<success>User Deleted</success>
</response>

JSON Response

{
    "success": "User Deleted"
}