Launch Week 02 wrapped — explore all five launches

Delete Classifier

DELETEhttps://api.confident-ai.com/v1/classifiers/{classifierId}

Permanently deletes a classifier and all of its labels. Classifications already applied to traces or threads are not removed. Requires the Starter plan or above.

Warning: This action cannot be undone.

DELETE/v1/classifiers/{classifierId}
curl -X DELETE "https://api.confident-ai.com/v1/classifiers/{classifierId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "CLASSIFIER-ID"
  }
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • classifierIdstringRequired

    The unique identifier of the classifier to delete.

Response

  • successboolean

    Indicates if the deletion was successful.

  • dataobject

    Show 1 propertyHide 1 property
    • idstring

      The unique identifier of the deleted classifier.

Built byConfident AI