Remove
Overview
Removes the list you initialized previouslySyntax
Remove()
Example
This sample code deletes the list with External Key 'myList'.
var myList = List.Init("myList");
var status = myList.Remove();
Remove()
This sample code deletes the list with External Key 'myList'.
var myList = List.Init("myList");
var status = myList.Remove();