Story #2396
Updated by pulpbot almost 3 years ago
**Ticket moved to GitHub**: "pulp/pulpcore/1813":https://github.com/pulp/pulpcore/issues/1813 ---- ### Motivation With upcoming content migration from Pulp 2 (which can be done by content type), it becomes important to have control which orphans to delete and avoid removing content which was recently migrated but hasn't been added to any repository yet. ### Suggestion Add `type` parameter to the orphan cleanup endpoint to filter what to delete: `$ http DELETE /pulp/api/v3/orphans/ type=file` Only artifacts related to the specified content type should be removed.