Collections.List.deleteList()

Signature

Object deleteList ( String listId )

Domain

ACTION

Description

Deletes the instance of List for the given listID.
This function can not be used if the collection is created with createList().

Parameters

NameTypeDescription
listIdStringThe String ID of the List to delete

Returns

TypeDescription
void

Cautions

none