Deleting a User

The DeleteUser function permanently deletes a user.

GET/Remote/DeleteUser

REQUEST PARAMETERS

ParameterTypeDescriptionRequired
id long ID of user to be deleted.

EXAMPLE REQUEST

https://my.maplarge.com/Remote/DeleteUser?mluser=user@domain.com&mltoken=token&id=8563

*Either a token or password can be used in any request where authentication is required.

RETURNS

{ 
"id": "05510369be644692b9d1527ee1be243f", 
"hash": null, 
"success": true, 
"isCached": false, 
"authorized": true, 
"errors": [], 
"timestamp": 1420568624, 
"data": null, 
"userid": 8563 
}

ACTION SPECIFIC RESPONSE PARAMETERS

ParameterTypeDescription
userid long ID of the user that was deleted.