---
search:
  tags:
    - projects
    - DELETE
seo:
  description: >-
    Soft deletes a product from a project by setting the… Reference for the
    DELETE /projects/{projectId}/products/{productId} endpoint in the Leadtime
    Public API.
sidebar:
  label: Delete product from project
  badge: DELETE
title: Delete product from project
type: openapi-operation
---
Soft deletes a product from a project by setting the deletedAt timestamp. The product is not permanently removed, but is hidden from product lists and excluded from calculations.

**Soft Delete Behavior:**
- Product is marked as deleted with a timestamp
- Product no longer appears in list endpoints
- Product is excluded from price calculations
- Historical data is preserved for audit purposes

**Note:** This only removes the product from the project. The original catalog product remains unchanged.

`DELETE /projects/{projectId}/products/{productId}`
