Deleting an Account

The DeleteAccount function is used to permanently delete an account. Accounts can only be deleted by the superuser.

GET/Remote/DeleteAccount

REQUEST PARAMETERS

ParameterTypeDescriptionRequired
mluser string Username - always in email form.
mltoken -or- mlpass string MapLarge generated auth token -or- the password for the mluser account.
id long ID of the account to delete.

EXAMPLE REQUEST

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

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

RETURNS

{
    "id": "6b700df2631f41c88ba1195141a851b6",
    "hash": null,
    "success": true,
    "processingComplete": true,
    "isCached": false,
    "authorized": true,
    "errors": [],
    "timestamp": 1446916645,
    "data": null,
    "account": 8886
}

ACTION SPECIFIC RESPONSE VALUE

ParameterTypeDescription
account long ID of the account that was deleted.