Delete (soft delete) a component library item
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}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredComponent item UUID
Responses
200
Item deleted successfully
successbooleanrequiredSuccess status
400
Invalid component item ID format (not valid UUID)
401
Unauthorized - Invalid or missing authentication token
403
Insufficient permissions to edit component library
404
Item not found, item does not belong to library component, or item already deleted