curl --request DELETE \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a specific test case using its numeric test case ID.
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase/{id} \
--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.