Axelered AI
API Config

Delete Parser Configuration

DELETE
/w/{workspace_id}/config/parsers/{parser_id}

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

Path Parameters

parser_id*Parser 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 'axelered', 'mistral' or 'markitdown'",      "type": "enum",      "input": "invalid-provider"    }  ]}