Delete a testcase (soft delete)
Deletes a test case from a library component item (soft delete - sets deletedAt timestamp). Only library component test cases can be deleted.
DELETE
/administration/project-components/item-details/{itemId}/testcases/{testCaseId}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
itemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
testCaseIdstringrequiredTest case UUID
Responses
200
successboolean401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions