Zum Hauptinhalt springen
DELETE
/
aiQualityCheck
/
testRun
/
{testRunId}
Delete a specific test run by ID
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

testRunId
integer
erforderlich

Antwort

Successful operation

success
boolean
Beispiel:

true