Delete Index
DELETE
/api/v1/indexes/{model_name}
Delete a model’s vector index.
Args: model_name: Name of the embedding model service: Index management service (injected)
Returns: 204 No Content on success
Raises: HTTPException: 404 if index not found, 500 for server errors
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” model_name
required
Model Name
string
Responses
Section titled “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context