cURL
curl --request DELETE \ --url https://api.lucidtech.ai/{basePath}/models/{modelId} \ --header 'Authorization: Bearer <token>'
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "trainingId": "<string>", "modelId": "<string>", "description": "<string>", "fieldConfig": {}, "organizationId": "<string>", "preprocessConfig": { "startPage": 123, "pages": [ 123 ], "maxPages": 50, "rotation": 0, "autoRotate": true, "imageQuality": "LOW" }, "createdBy": "<string>", "numberOfRunningTrainings": 1, "name": "<string>", "numberOfDataBundles": 1, "createdTime": "<string>", "status": "active", "postprocessConfig": { "strategy": "BEST_FIRST", "outputFormat": "v1" }, "version": 1, "updatedFieldConfigTime": "<string>", "statistics": {} }
Delete a specific model.
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096
Show child attributes
100
1 <= x <= 100
0
90
180
270
LOW
HIGH
x >= 0
active
inactive
BEST_FIRST
v1
v2