DROP LIST statement (Delete list)
Function
The DROP LIST statement deletes a list or all lists owned by the user.
Privileges
The creator of a list can delete the created list.
Format
DROP {LIST list-name|ALL LIST}
Operands
Specifies the name of a list that is to be deleted.
Specifies that all the lists owned by the user are to be deleted.
Common rules
Note
Even if there are no lists to be deleted, executing DROP ALL LIST does not result in an error.
Examples
DROP LIST FAMILYT
DROP ALL LIST