@event::delinkIncident

Used to issue a DELINK job control event to an entire Incident. This will cause all Events that are tagged with the Incident ID to be terminated.

Syntax:

@event::delinkIncident(String incidentId)

Parameters:

(String) incidentId: the Incident ID that should be delinked.

Returns:

(Boolean) true for success; false for failure

Example: