Deleting an Application
Initialize a DIS SDK client instance named dic. For details, see Initializing a DIS SDK Client Instance.
When using DIS SDK to delete an application, you need to specify an application name.
1 2 |
//Specify the application to be deleted.
String appName = "myApp";
|
After the application name is specified, delete the application by calling deleteApp.
dic.deleteApp(myApp);
Last Article: Creating an Application
Next Article: Adding a Checkpoint
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.