Skip to content
v0.3

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 tool search.redirect.remove · SDK client.call('search.redirect.remove', …)
  • Events: search.curation.updated
{
"properties": {
"term": {
"minLength": 1,
"type": "string"
}
},
"required": [
"term"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"removed": {
"type": "number"
}
},
"required": [
"removed"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)