When deleting items from a list, you have 3 different delete options: Delete all, Delete descendents, or Delete leaf items. They have the following functions: Delete All - Deletes ALL items, including parents if it is a composite hierarchy. Delete All Leaf Items - selects all of the lowest level items for delete (i.e. if in a composite hierarchy). Delete Descendants - selects the children of the current item selected for delete.