Delete (soft delete) a todo from a component item
Deletes a todo item from a project component item (soft delete - sets deletedAt timestamp). Todos are checklist items within component items (epics, features, tasks) that can be marked as complete and have comments. This endpoint validates that the todo exists and belongs to a component item in the specified project. The service automatically triggers condition cleanup (removes conditions targeting the deleted todo), recalculates conditions if needed, and marks the project configuration as changed.
/projects/{projectId}/items/{itemId}/todos/{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).
idstringrequiredTodo UUID
Todo deleted successfully
successbooleanInvalid projectId, itemId, or todo id format
Unauthorized - Invalid or missing authentication token
Insufficient permissions to manage components or no access to project
Todo not found, component item not found, or item does not belong to the project