Remove

Overview 

Removes the list you initialized previously

Syntax 

Remove()

Example 

This sample code deletes the list with External Key ‘myList’.

1var myList = List.Init("myList");
2var status = myList.Remove();