Delete Evaluation Rule
DELETEhttps://api.confident-ai.com/v1/evaluation-rules/{evaluationRuleId}
Permanently deletes an evaluation rule. Metric results it already produced are kept; only the rule stops running. Requires the Starter plan or above.
Warning: This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v1/evaluation-rules/{evaluationRuleId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "EVALUATION-RULE-ID"
}
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
evaluationRuleIdstringRequiredThe unique identifier of the evaluation rule to delete.
Response
successbooleanIndicates if the deletion was successful.
dataobjectShow 1 propertyHide 1 property
idstringThe unique identifier of the deleted evaluation rule.
Built byConfident AI