Function startAppBranchUninstallTask
- startAppBranchUninstallTask(args): Promise<{ 
    appBranchUninstallTaskId: number; 
}> Parameters
- args: { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
 
Returns Promise<{ 
    appBranchUninstallTaskId: number; 
}>
Throws
AppBranchIsNotRegistered
Throws
AppBranchIsPreinstalled
Throws
AppBranchOngoingTaskExists
Throws
AppBranchRootDirPermissionsAreInsufficient
See
fetchAppBranchTaskState