InoDrive / File / delete_uapp
InoDrive.File.delete_uapp(self)
Delete current running User Application in Module.
Arguments: self (Object): Reference to InoDrive File Instance.
Returns: Boolean – True or False on successfully deleting the User Application File.
import CkInoDriveAPI # Instantiate InoDrive Object and Connect by Name Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True) # Delete User Application Drive.File.delete_uapp()