deleteAccount()

This application is used to delete an account. Only account that belongs to authenticated customer can be delete.

Parameters:

  • i_account - i_account of deleted account. Integer. Required.

Returns:

  • result - OK means that account has been deleted successfully. String.
  • XMLRPC fault in case of any error.