delete Release

fun deleteRelease(projectId: String, releaseId: String, onSuccess: () -> Unit)

Function to execute the request to delete the current _release

Parameters

projectId

: the identifier of the project

releaseId

: the identifier of the release

onSuccess

: the action to execute when the request has been successful