-
Notifications
You must be signed in to change notification settings - Fork 5
Delete Package
Adil Bektursunov edited this page Apr 16, 2025
·
3 revisions
Design Item ID: DI-Portal-PS-004
Design Item Name: Delete Package
Related Design Items:
Related API:
- Delete package (DELETE /api/v2/packages/{packageId})
Revision History:
| Date | Description |
|---|---|
This functionality allows users to delete a package.
- User navigates to APIHUB Portal → specific workspace → specific group & Subgroup → Manage Package
- User opens General tab and clicks the Delete button.
- If the user does not have "delete group/package" permission, then Delete button will be disabled with tooltip "You do not have permission to delete the package".
- The system shows the confirmation message "Delete Package package name?".
- User confirms the deletion by clicking Delete button.
- The system shows the message "Package is deleted" and deletes the package with all its versions:
- API to delete package – DELETE /api/v2/packages/{packageId}
- packageId = current package Id
- API to delete package – DELETE /api/v2/packages/{packageId}
Processes description
Technical articles
Design Items
- AsyncAPI
- AsyncAPI DocView
- Navigation to APIHUB (log in / log out)
- Create Workspace
- Create Group
- Create Package
- Favorite packages, dashboards, groups, workspaces
- Shared Packages
- Activity History in Main Page
- Personal private workspace
- Version summary
- Revision History
- Package Activity History
- Manage Manual Operations Group
- Export Operations Group (reduced source specifications)
- Export Operations Group (combined specification)
- Export List of Operations in Excel
- Search and Filter Operations
- List of Operations
- List of Operations Groups
- Manage REST Path Prefix Group
- Activity History
- List of Deprecated Operations
- Export List of Changes in Excel
- Human‐readable description for deprecated items for OpenAPI 3.0
- List of Documents
- OpenAPI Document Overview
- Copy Package Version
- Export Package Version
- Export Document from Package Version
- Export List of Deprecated Operations in Excel
- API Quality Validation Result
- Export of discrepancy analysis results for arbitrary package versions in Excel
- AI Recommendations Tab
- General Settings
- Package versions list
- Access Tokens Management
- Delete Package
- Default Release Version
- Define Release Version Pattern