Remove Reseller

This method will remove an existing reseller given the resellerId. To add a new reseller, please see Add Reseller.

This method is accessed by https://api.cryptolens.io/api/reseller/RemoveReseller

Parameters

Parameter Description Remarks
ResellerId The id of the reseller 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.
Reseller could not be found. Maybe it was already removed?
;