search.redirect.remove
Remove a search redirect by its (normalized) term.
- Scope:
search.write - System: no
- Reachable from:
POST /v1/commands/search.redirect.remove(tenant credential) · MCP toolsearch.redirect.remove· SDKclient.call('search.redirect.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)