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.
- force - allow deletion of the Customer that has some configuration (Tariffs, Service Plans, Accounts, Customers, Exchange Rates etc). Available since Sippy 2025. Boolean. Optional
Returns:
- result - OK means that customer has been deleted successfully. String.
- XMLRPC fault in case of any error.