DELETE
/
aiQualityCheck
/
testRun
/
{testRunId}
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

testRunId
integer
required

Response

200
application/json
Successful operation
success
boolean