Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /gui_app_framework/applications/{application_id}

SUMMARY Deletes an application instance.

Deletes an application instance.

Table 1: DELETE /gui_app_framework/applications/{application_id} resource details:

DELETE /gui_app_framework/applications/{application_id} resource details

MIME Type

text/plain

Table 2: DELETE /gui_app_framework/applications/{application_id} request parameter details:

DELETE /gui_app_framework/applications/{application_id} request parameter details

Parameter Type Optionality Data Type MIME Type Description

application_id

path

Required

Number (Integer)

text/plain

Required - The application instance identifier.

Table 3: DELETE /gui_app_framework/applications/{application_id} response codes:

DELETE /gui_app_framework/applications/{application_id} response codes

HTTP Response Code Unique Code Description

204

The application instance was successfully deleted.

404

1002

The application identifier could not be found.

409

33001

This is a core JSA app. You cannot upgrade or delete it.

409

33005

The application cannot be deleted because it has dependent components.

409

33006

The current state of the application instance does not allow the requested action.

409

33700

The application framework is currently disabled.

500

1020

The request could not be completed.

Response Description

Response Sample