deleteRelease
@DeleteMapping(path = "/{" + RELEASE_IDENTIFIER_KEY + "}", headers = [])
Method to delete a release
Return
the result of the request as String
Parameters
id
: the identifier of the user
projectId
: the project identifier where the release is attached
releaseId
: the release identifier of the release to delete
token
: the token of the user