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 let Drive = await InoDriveApi.InoDrive({ target: "Name", autoConnect: true }) # Dispose Connection and User Application Instance await Drive.dispose()