Delete Custom View (Reserved)
Overview
Delete a custom aggregation view. This will also delete all custom nodes within the view.
URI
DELETE /rest/applications/{application}/custom-views/{viewId}
Path parameters
application (string)
This parameter identifies the analyzed application. The application name must be properly encoded if required. Character back-quote is not allowed.
viewId (string)
The unique identifier of the custom view to delete.
Responses
application/json
Success Response
{
"success": "Custom view deleted successfully"
}
Error Response
{
"error": "View not found or unauthorized"
}
JSON representation
| Property | Type | Description |
|---|---|---|
| success | string | Confirmation message on successful deletion. |
| error | string | Error message if deletion fails. |