This will result in deletion of the notification object from the topology and an entry in the AuditTrail in SAM.archive file under log directory:
AuditTrail={
{
3,
1026149824,
"User",
"ARCHIVE",
"Archived this SUSPENDED alarm"
},
.....
i.e. Mass removal of notifications via CLI (on UNIX)
For "n" in "./dmctl -s INCHARGE-SA geti ICS_Notification | grep Unresponsive";
DO
./dmctl -s INCHARGE-SA invoke ICS_NotificationFactory::ICS-NotificationFactory archiveNotification ICS_Notification\:\:$n admin "Forcing archive of notification."; done