Skip to main content
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

testRunId
integer
required

Response

Successful operation

success
boolean
Example:

true