Delete Classifier
(v1)DELETE
Permanently deletes a classifier and all of its labels; classifications already applied to traces or threads are kept. Requires the Starter plan or above.
Warning: This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v1/classifiers/{classifierId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "CLASSIFIER-ID"
}
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
classifierIdstringRequiredThe unique identifier of the classifier to delete.
Response
successbooleanIndicates if the deletion was successful.
dataobjectShow 1 propertyHide 1 property
idstringThe unique identifier of the deleted classifier.
Built byConfident AI