Hello.
I’m trying to delete a list of things from my database by referencing them from my parent things.
So if i’m trying to delete a list of tasks that are nested under a project, I’m accessing the list from my “Project” page state and deleting. But it appears that they’re only deleting the association to my “Project” variable and the tasks aren’t being deleted form the database.