InoDrive / Connection / dispose


InoDrive.dispose()

Disposes of the InoDrive Connection Handle

Returns: Nothing

// 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'})

# Dispose Connection and User Application Instance
await Drive.dispose()