Delete Custom View (RESERVED)
RESERVED: The keyword RESERVED annotation means that the API is available for use but is not yet part of the officially supported specification. Its behavior, interface, or output may change in future releases without backward compatibility guarantees.
Overview
Delete a custom aggregation view. This will also delete all custom nodes within the view.
URI
DELETE /rest/applications/{name}/custom-views/{viewId}
Path parameters
name (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. |