DeleteAlert Method
Description
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