Content
View differences
**As** a system operator
**I want to** delete old versions of project identifiers, which are still resolved resolves by the system after rename operations
**so that** I may use the name for new or existing project.
**Acceptance criteria**
* The page lists all classic identifiers that are reserved by the system but no longer in _current_ use
* The page allows for easy release of a single identifier with a click (or two)
* The page clearly lays out dangers associated with release of an old identifier
**Technical notes**
* Backend should be fairly straightforwards -- just delete that old slug from the `FriendlyId` table
**Out of scope**
* Semantic identifier release support
**I want to** delete old versions of project identifiers, which are still resolved
**so that** I may use the name for new or existing project.
**Acceptance criteria**
* The page lists all classic identifiers that are reserved by the system but no longer in _current_ use
* The page allows for easy release of a single identifier with a click (or two)
* The page clearly lays out dangers associated with release of an old identifier
**Technical notes**
* Backend should be fairly straightforwards -- just delete that old slug from the `FriendlyId` table
**Out of scope**
* Semantic identifier release support