---
search:
  tags:
    - projects
    - DELETE
seo:
  description: >-
    Deletes a todo item from a project component… Reference for the DELETE
    /projects/{projectId}/items/{itemId}/todos/{id} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: DELETE
  label: Delete (soft delete) a todo from a component item
title: Delete (soft delete) a todo from a component item
type: openapi-operation
---
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.

<Operation source="api-reference" id="projectcomponentscontroller-deletetodo" />
