curl --request DELETE \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}
{
"success": true
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}
{
"success": true
}