Authorizations
JWT-based authentication
Path Parameters
The test case ID (numeric)
Response
200 - application/json
Successful operation
Data format of Enneo success messages
Operation was successful
Example:
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
}JWT-based authentication
The test case ID (numeric)
Successful operation
Data format of Enneo success messages
Operation was successful
true
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}