InoDrive / File / deleteUserApp


InoDrive.File.deleteUserApp()

Deletes the current 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 InoDrive API Library
 import { InoDriveApiJS }  from ( "ck-inodrive-api" ) 

// Instatiate the API
let InoDriveApi = new InoDriveApiJS.InoDriveApi({ connectAppUrl: "", secure: false })

// Instantiate InoDrive Object
Drive = await InoDriveApi.InoDrive({target:'Name', autoConnect:True})

//  Delete User Application
await Drive.File.deleteUserApp()