Allow users to mark items as "archived" in the backend, possibly as an extension to the DELETE /api/items api endpoint. Update endpoints (GET /api/items for ex) to hide archived items by default, pass in a special "show_archived" flag or something similar to show.
Allow users to mark items as "archived" in the backend, possibly as an extension to the DELETE /api/items api endpoint. Update endpoints (GET /api/items for ex) to hide archived items by default, pass in a special "show_archived" flag or something similar to show.