Delete Glossary Term
delete_glossary_termPermanently delete a business glossary term and its column assignments. Ensure the term has no children; delete child terms first or re-parent them before removal.
Instructions
Permanently delete a business term.
The term goes, and with it every assignment to a column that referenced
it — the data keeps its columns but loses the documented meaning. Check
list_term_assets first: a term with assigned assets is in use.
There is no cascade. A term that has children cannot be deleted at
all: the glossary refuses with Cannot delete a term/draft with existing children. Delete the subtree leaf-first — list a term's
children with list_glossary_terms(parent_id=...) — or re-parent them
with update_glossary_term before deleting this one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id | Yes | The glossary term UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||