DELETE /gui_app_framework/applications/{application_id}
Deletes an application instance.
Deletes an application instance.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
application_id |
path |
Required |
Number (Integer) |
text/plain |
Required - The application instance identifier. |
HTTP Response Code | Unique Code | Description |
---|---|---|
204 |
The application instance was successfully deleted. |
|
404 |
33901 |
The application instance 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