4.1 Delete classification
DELETE
/documentClassification/deleteClassification
This endpoint permanently deletes an entire document classification process, including all associated batches, results, and uploaded files.
You must provide only the classificationId
in the request body. This action is irreversible and removes all data linked to the specified classification.
Use this endpoint when you intend to fully decommission a classification and all its related content. Separate endpoints are available for deleting individual batches or files.
Server URL
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
classificationId
string
true
The classification id.
Body Example
Code Example
Responses
Last updated
Was this helpful?