deleteReleaseEvent
@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + RELEASE_EVENTS_KEY + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
Method to execute the query to delete an existing release event
Parameters
eventId
: the identifier of the event to delete