AI Quality Check
Delete a test case by ID
DELETE /aiQualityCheck/testCase/{id}
DELETE /aiQualityCheck/testCase/{id}
Delete a specific test case using its numeric test case ID. Here {id} is a test case id
(numeric only). The Dispatcher pins this method to the \d+ regex constraint so AI-agent
all requests cannot reach this handler.
Path parameters
idintegerpathrequiredThe test case ID (numeric).
Responses
200 — Successful operation
Response Example
{
"success": true
}