Delete (soft delete) a test case
Deletes a test case from a project component item (soft delete - sets deletedAt timestamp). Test cases are used to define test scenarios with steps and expected results for component items. This endpoint validates that the test case exists and belongs to a component item in the specified project. The service automatically triggers condition cleanup, recalculation, and timeframe updates.
/projects/{projectId}/items/{itemId}/testcases/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredProject UUID
itemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
idstringrequiredTest case UUID
Test case deleted successfully
successbooleanInvalid projectId, itemId, or testCaseId format
Unauthorized - Invalid or missing authentication token
Insufficient permissions to delete test cases or no access to project
Project not found, component item not found, or test case not found in the specified item