deleteCustomer()
This application is used to delete a customer. Only customer that belongs to authenticated customer can be delete.
Implementation details
This function supports trusted mode in which case i_wholesaler (integer) parameter should be supplied.
Parameters:
- i_customer - i_customer of deleted customer. Integer. Required.
Returns:
- result - OK means that customer has been deleted successfully. String.
- XMLRPC fault in case of any error.