v5

latestOpenAPI 3.1.02026-08-04166362486.5 KB
deprecated_vector_stores

[DEPRECATED] Delete a specific rule from rules array

DEPRECATED: Use DELETE /stores/{store_identifier}/rules/{rule_id}/specific instead

delete/v1/vector_stores/{vector_store_identifier}/rules/{rule_id}/specific

Path parameters

string required
OR
string uuid required

The ID or name of the vector store

rule_idstring uuid required

The ID of the search rule

The ID of the search rule

Request body

Example request

{
  "rule": {
    "substitution": "query1"
  }
}

Response

The updated search rule after deleting specific rule

idstring required

The search rule ID

object'search_rule'

The object type

remaining_rulesinteger required

Number of rules remaining in the array

Example response

{
  "deleted_rule": {
    "substitution": "query1"
  }
}