API Config
Delete Parser Configuration
Soft-delete a parser configuration. Fails if the configuration is currently in use by a collection.
Path Parameters
parser_id*Parser 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 'axelered', 'mistral' or 'markitdown'", "type": "enum", "input": "invalid-provider" } ]}