You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
After doing #668 we should also add the ability to finally hard-delete a workspace.
That is, we nee to add the
ON DELETE CASCADEconstructs 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.