//Deletes a specific reference point according to ID from database public Task DeleteReferenceAsync(string id) { return(restApiService.DeleteReferenceAsync(id)); }