DestroyAccount

Remove everything from the system. Removes all fileservers, files and everything from the database.
Be aware that the account has to be REMOVED or SUSPENDED in order to destroy the account with this API task.

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token* String AMS security token
Email String Account Email address
Output Parameter Type Description
Success Boolean True on success, False on failure
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=DestroyAccount&Email=account@nomadesk.com&Token=43ffdre34324534zerfsdfsd'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>