Remove Customer

This method will remove an existing customer given the customerId. To add a new customer, please see Add Customer.

This method is accessed by https://api.cryptolens.io/api/customer/RemoveCustomer

Parameters

Parameter Description Remarks
CustomerId The id of the customer to remove. required

Results

Parameter Description Remarks
Result This is either 0(=success) or 1(=error). always returned
Message The message that provides additional information about the result. always returned.

Example results

{"result":0,"message":null}

Errors

Error
Access denied.
The input parameters were incorrect.
Customer does not exist.
;