DELETE /gui_app_framework/applications/{application_id}

Deletes an application instance.

Deletes an application instance.

Table 1. 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
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
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 QRadar 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