API Config
Delete Embedder Configuration
Soft-delete an embedder configuration. Fails if the configuration is currently in use by a collection.
Path Parameters
embedder_id*Embedder Id
Format
uuidworkspace_id*Workspace Id
Format
uuidResponse Body
application/json
application/json
{ "status": "ok"}{ "detail": [ { "loc": [ "body", "name" ], "msg": "Field required", "type": "missing" }, { "loc": [ "body", "config", "provider" ], "msg": "Input should be 'bm25', 'local', 'openai' or 'mistral'", "type": "enum", "input": "invalid-provider" } ]}