Delete component item
Soft deletes a component item (epic, feature, task) in a project component. The item will be marked as deleted but not permanently removed. Automatically cleans up invalid condition targets and recalculates project conditions.
DELETE
/projects/{projectId}/items/{id}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
projectIdstringrequiredProject UUID
idstringrequiredComponent item UUID
Responses
200
Item deleted successfully
successboolean400
Invalid projectId or item id format
401
Unauthorized - Invalid or missing authentication token
403
Insufficient permissions to manage components or access to project denied
404
Item not found or does not belong to a component in the specified project