Delete Account

Velocity Android Software Development Kit Integration Guide

You can use the following code sample to enable customers to delete their account.

public void deleteAccount(password : String, accessToken : String, account : mPointAccountInfo, clientinfo : mPointClientInfo)

The descriptions of the parameters are listed in the table below.

ParameterTypeDescription
passwordStringUser password to log in.
accessTokenAlphanumeric stringThe customer’s authentication token or password.
accountObjectThe mPoint user account information.
clientinfoObjectThe client information that needs to be included in the request.