Updated on 2023-06-21 GMT+08:00

Deleting an Application

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

Configure the following parameter:

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.