Recycle-bin endpoints for soft-deleted entities. Mounted at /api/v1 (INF-005).
Endpoints
| Method | Path | Description |
|---|---|---|
GET |
/api/v1/recycle-bin |
List all soft-deleted entities grouped by type |
POST |
/api/v1/restore/:type/:id |
Restore a soft-deleted entity |
DELETE |
/api/v1/purge/:type/:id |
Permanently delete a soft-deleted entity (purge) |
- Source: