You are here

function rules_action_taxonomy_delete_term in Rules 6

Action: Delete a term.

Related topics

File

rules/modules/taxonomy.rules.inc, line 185
Rules integration for the taxonomy module.

Code

function rules_action_taxonomy_delete_term($taxonomy_term) {
  taxonomy_del_term($taxonomy_term->tid);
}