Deletes a user from the account given the userid
| Argument | Data Type | Required | Description |
| id | integer | Yes | an integer containing the user id you wish to delete |
| XML Response | JSON Response |
| <response> <success>User Deleted</success> </response> |
{
"success": "User Deleted"
} |