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

**What are Library Components?**
Library components are workspace-wide reusable templates (projectId is null). They serve as blueprints that can be imported into projects. Only library components (projectId is null) can be deleted through this endpoint.

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