This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Hard-delete workspaces #669
Closed
Description
After doing #668 we should also add the ability to finally hard-delete a workspace.
That is, we nee to add the ON DELETE CASCADE
constructs in the database for each foreign key that references a workspace.
We should also have a CRUD method to hard-delete an archived workspace.
This should encompass both the REST API and the pseudo-CLI.