Delete a todo (soft delete)
Soft deletes a todo item by setting its deletedAt timestamp. Only todos belonging to library component items are accessible.
DELETE
/administration/project-components/item-details/{itemId}/todos/{todoId}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).
todoIdstringrequiredTodo UUID
Responses
200
idstringID of the updated todo
successbooleanrequiredOperation success status
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions