---
search:
  tags:
    - projects
    - DELETE
seo:
  description: >-
    Soft deletes a product from a project by setting… Reference for the DELETE
    /projects/{projectId}/products/{productId} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: DELETE
  label: Delete product from project
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.

<Operation source="api-reference" id="projectproductscontroller-deleteproduct" />
