deleteProject

open fun deleteProject(authorId: String, project: Project)

Method to delete a project and all the data related to it

Parameters

authorId

: the author identifier who made the request to delete the project

project

: the project to delete