v4
latestOpenAPI 3.1.02026-08-01166346466.7 KBdeprecated_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
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
Example response
{
"deleted_rule": {
"substitution": "query1"
}
}