deleteRelease

open fun deleteRelease(requesterUser: String, project: Project, release: Release)

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

Parameters

requesterUser

: the user who made the request to delete the release

project

: the project where the release is attached

release

: the release to delete