Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /gui_app_framework/application_definitions/{application_definition_id}

SUMMARY Deletes an application definition and its associated instances.

Deletes an application definition and its associated instances.

Table 1: DELETE /gui_app_framework/application_definitions/{application_definition_id} resource details:

DELETE /gui_app_framework/application_definitions/{application_definition_id} resource details

MIME Type

text/plain

Table 2: DELETE /gui_app_framework/application_definitions/{application_definition_id} request parameter details:

DELETE /gui_app_framework/application_definitions/{application_definition_id} request parameter details

Parameter Type Optionality Data Type MIME Type Description

application_definition_id

path

Required

Number (Integer)

text/plain

Required - The application definition identifier.

Table 3: DELETE /gui_app_framework/application_definitions/{application_definition_id} response codes:

DELETE /gui_app_framework/application_definitions/{application_definition_id} response codes

HTTP Response Code Unique Code Description

204

The application definition has been successfully deleted.

404

33900

The application definition ID does not exist.

409

33000

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

409

33001

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

409

33005

The application definition cannot be deleted because it has dependent components.

409

33700

The application framework is currently disabled.

409

33904

The application definition cannot be deleted without first deleting its associated instances.

500

1020

The request could not be completed.

Response Description

Response Sample