Ensure deletion of Project, Resource, and FileObject
Currently, the delete
method on the objects is to quickly called in my opinion. Since, there is no trash bin a single false call could result in a lot of harm.
Therefore, I propose to ensure the method a bit by requiring an additional enable parameter to be set to True
before giving the call to the Coscine API.