---
search:
  tags:
    - tasks
    - DELETE
seo:
  description: >-
    Soft deletes a task by its UUID or numeric shortNumber identifier. The…
    Reference for the DELETE /tasks/{identifier} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: DELETE
  label: Delete task by UUID or shortNumber
title: Delete task by UUID or shortNumber
type: openapi-operation
---
Soft deletes a task by its UUID or numeric shortNumber identifier. The task is marked as deleted but remains in the database for historical purposes. Access is controlled by Tasks.delete permission and project access. Billed tasks cannot be deleted to maintain billing integrity. Parent/subtask relationships are handled automatically - removing a parent task does not delete its subtasks, but removes the parent-child relationship. Organization members can only delete tasks with guestAccess enabled.

<Operation source="api-reference" id="taskscontroller-deletetask" />
