Dissociate

Dissociates a user from a customer customer object. Please note that calling this method requires a UserAuthAdmin token.

This method is accessed by https://api.cryptolens.io/api/userauth/Dissociate

Parameters

Parameter Description Remarks
Username The username required
v Method version. optional. by default, it's 1.

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":""}

Errors

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