---
search:
  tags:
    - projects
    - DELETE
seo:
  description: >-
    Soft deletes a project journal entry. The entry is marked as deleted…
    Reference for the DELETE /projects/journal/{id} endpoint in the Leadtime
    Public API API.
sidebar:
  badge: DELETE
  label: Delete project journal entry
title: Delete project journal entry
type: openapi-operation
---
Soft deletes a project journal entry. The entry is marked as deleted and will no longer appear in list queries, but it is not permanently removed from the database.

**Deletion behavior:**
- The entry is marked with a deletedAt timestamp
- Deleted entries do not appear in the list endpoint results
- The entry data remains in the database for audit purposes
- This operation cannot be undone through the API

**Note:** Returns 404 if the journal entry does not exist, has already been deleted, or is not a project journal entry.

<Operation source="api-reference" id="projectsjournalcontroller-deleteprojectjournal" />
