FaceDeleteResult¶ This section covers how to use the Delete result Object. class cryptonets_python_sdk.helper.result_objects.deleteResult.FaceDeleteResult(status=-1, message='')¶ Attributes: messageReturns the message of the operation statusReturns the status of the operation property message: str¶ Returns the message of the operation property status: int¶ Returns the status of the operation 0 - If successfully obtained result from server -1 - In case of error