search.synonym.remove
Remove the synonym group(s) containing a term (by its normalized form).
- Scope:
search.write - System: no
- Reachable from:
POST /v1/commands/search.synonym.remove(tenant credential) · MCP toolsearch.synonym.remove· SDKclient.call('search.synonym.remove', …) - Events:
search.curation.updated
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "term": { "minLength": 1, "type": "string" } }, "required": [ "term" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "removed": { "type": "number" } }, "required": [ "removed" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)