Deletes a vocabulary.
$vid: A vocabulary ID.
... See full list
function taxonomy_vocabulary_delete($vid) { taxonomy_vocabulary_delete_multiple(array( $vid, )); }