Return Back to API List
API Call Information
area: home
action: deleteuser
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=home&action=deleteuser&id=1000
API Call Result:
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 |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=home&action=deleteuser&id=1000
API Call Result:
| XML Response | JSON Response |
| <response> <success>User Deleted</success> </response> |
{
"success": "User Deleted"
} |