DELETE /gui_app_framework/application_definitions/{application_definition_id}
Deletes an application definition and its associated instances.
Deletes an application definition and its associated instances.
MIME Type |
---|
text/plain |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
application_definition_id |
path |
Required |
Number (Integer) |
text/plain |
Required - The application definition identifier. |
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 QRadar 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