ALM Open Test Architecture API Type Library Version 12.55
DeleteAlert Method

A comma separated list of alert ID numbers.

Or: 

One of the following strings: [ALL], [BUG], [TEST], [REQ], or [TESTCYCL].

These strings indicate that ALL alerts will be deleted, or the alerts of the specified type will be deleted (Bug, Test, Req, or Test set).

Description
Removes an alert or alerts associated with the current object from the database.Removes an alert or alerts associated with the current object from the database.
Syntax
Visual Basic
Public Sub DeleteAlert( _
   ByVal IDs As Variant _
) 
Parameters
IDs

A comma separated list of alert ID numbers.

Or: 

One of the following strings: [ALL], [BUG], [TEST], [REQ], or [TESTCYCL].

These strings indicate that ALL alerts will be deleted, or the alerts of the specified type will be deleted (Bug, Test, Req, or Test set).

See Also

IAlertable2Dispatch Interface  | IAlertable2Dispatch Members