deleteRelease
@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + RELEASES_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
Method to execute the query to delete an existing Release
Parameters
releaseId
: the identifier of the release to delete