deleteAccount()

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


Any active calls of the deleted accounts will be disconnected. (since 5.0)


The application support trusted mode and i_customer parameter should be supplied in this case.


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.