Axelered AI
API Config

Delete Embedder Configuration

DELETE
/w/{workspace_id}/config/embedders/{embedder_id}

Soft-delete an embedder configuration. Fails if the configuration is currently in use by a collection.

Path Parameters

embedder_id*Embedder Id
Formatuuid
workspace_id*Workspace Id
Formatuuid

Response 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"    }  ]}