Unassign Glossary Term
unassign_glossary_termRemove a glossary term assignment from a table column without deleting the term or column. Use this to correct misassigned metadata while preserving both the dictionary term and the column.
Instructions
Remove a business term's assignment from a table column.
Deletes only the link: the term and the column both survive. Use
delete_glossary_term to remove the term from the dictionary itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id | No | The glossary term UUID. | |
| term_name | No | Exact term name, if the id is not known. One of the two is required. | |
| table_name | No | Table name, if the URI is not known. | |
| column_name | Yes | The column to detach the term from (case-insensitive). | |
| resource_uri | No | The table's source URI (preferred). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||