delete()

The delete rule removes lists and records that have been created and are no longer needed.

Syntax

The following syntax shows how to use the delete rule.

delete( variable of type Record or RecordList );
Tip: Delete lists after they are no longer needed to release memory.

Example

Some examples are shown below.

delete( notIpSwitchNbrs );
delete( ethernetSwitches );