This issue tracks the missing cascade delete implementation on the backend.
Currently, when a parent entity (e.g., Project) is deleted, its related child entities (e.g., Models, Simulations, etc.) are not removed. This leads to orphaned data and inconsistencies.
The backend should implement cascade delete so that removing a parent entity also deletes all its associated children automatically.
This issue tracks the missing cascade delete implementation on the backend.
Currently, when a parent entity (e.g., Project) is deleted, its related child entities (e.g., Models, Simulations, etc.) are not removed. This leads to orphaned data and inconsistencies.
The backend should implement cascade delete so that removing a parent entity also deletes all its associated children automatically.