Needed for CL https://vanadium-review.googlesource.com/#/c/1576/

MultiPart: 2/4
Change-Id: Ib41f603f5c19559b0e3c964107ca8832a57e8581
diff --git a/services/wsprd/app/app.go b/services/wsprd/app/app.go
index fe3e86c..1bb959f 100644
--- a/services/wsprd/app/app.go
+++ b/services/wsprd/app/app.go
@@ -565,10 +565,7 @@
 	}
 
 	// Remove name
-	if err := server.RemoveName(request.Name); err != nil {
-		w.Error(verror2.Convert(verror2.Internal, nil, err))
-		return
-	}
+	server.RemoveName(request.Name)
 
 	// Remove name from signature cache as well
 	c.signatureManager.FlushCacheEntry(request.Name)