Deleting an Application

Initialize a DIS SDK client instance as instructed in Initializing a DIS SDK Client Instance.

The deleteApp_sample.py file provides a code sample. Configure the following parameter in this file:

1
appName = "" #Name of the application to be deleted.

After configuring the parameter, run the deleteApp_sample.py file to call deleteApp_test. If response code 204 is returned, the application is successfully deleted.