Deletes a term.
$tid: The term ID.
... See full list
function taxonomy_term_delete($tid) { taxonomy_term_delete_multiple(array( $tid, )); }