Function: tabulated-list-delete-entry

Delete the Tabulated List entry at point.
Return a list (ID COLS), where ID is the ID of the deleted entry
and COLS is a vector of its column descriptors. Move point to
the beginning of the deleted entry. Return nil if there is no
entry at point.

This function only changes the buffer contents; it does not alter
`tabulated-list-entries'. (fn)