---
search:
  tags:
    - administration
    - DELETE
seo:
  description: >-
    Soft deletes a component library item by setting… Reference for the DELETE
    /administration/project-components/items/{id} endpoint in the Leadtime
    Public API.
sidebar:
  label: Delete (soft delete) a component library item
  badge: DELETE
title: Delete (soft delete) a component library item
type: openapi-operation
---
Soft deletes a component library item by setting the deletedAt timestamp. The item is marked as deleted but not permanently removed from the database. Automatically cleans up invalid condition targets and updates timeframes. Only library component items (component.projectId is null) can be deleted through this endpoint.

`DELETE /administration/project-components/items/{id}`
