synonym_remove_term
Removes all aliases for a term in a single call. Use this to drop an entire synonym entry at once, rather than removing aliases one at a time.
This differs from synonym_remove, which removes a single (term, alias)
pair (or the whole term only when alias is omitted). synonym_remove_term always removes
every alias for the term.
Available on single-repo stdio sessions only.
Input schema
{
"type": "object",
"required": ["term"],
"properties": {
"term": {
"type": "string",
"description": "The term whose aliases should all be removed."
}
},
"additionalProperties": false
}
Output
removed all aliases for: payment