Earlier quoted context omitted.
`:bdel` is what you're looking for. ;-)
Problem with ":bd" or ":bdel" is that it leaves open the last tab: 1) in the shell run "vim ." 2) hit "t" on a file 3) type ":bdel " The tab is still open.
But I understand it's not a very good solution.