delete_glossary_term
Remove a business glossary term permanently using its ID. Use list_glossary to find term IDs.
Instructions
Delete one business glossary term by its id.
Destructive and not reversible. Look up ids with list_glossary. Returns {deleted} indicating whether a matching term was removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term_id | Yes | Id of the glossary term to delete (from list_glossary). |