diff --git a/web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java b/web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java
index 408a85ad66..f5a7ec8c37 100644
--- a/web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java
+++ b/web/gui/src/main/java/org/onosproject/ui/impl/UiExtensionManager.java
@@ -65,8 +65,7 @@ public class UiExtensionManager implements UiExtensionService, SpriteService {
new UiView("host", "Hosts"),
new UiView("intent", "Intents"),
new UiView("app", "Applications"),
- new UiView("cluster", "Cluster Nodes"),
- new UiView("sample", "Sample"));
+ new UiView("cluster", "Cluster Nodes"));
UiMessageHandlerFactory messageHandlerFactory =
() -> ImmutableList.of(
new TopologyViewMessageHandler(),
diff --git a/web/gui/src/main/webapp/app/view/sample/README.txt b/web/gui/src/main/webapp/app/view/sample/README.txt
deleted file mode 100644
index 0d137bc702..0000000000
--- a/web/gui/src/main/webapp/app/view/sample/README.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# ONOS Sample View
-
-Code and resources for implementing a sample view.
-
diff --git a/web/gui/src/main/webapp/app/view/sample/sample.css b/web/gui/src/main/webapp/app/view/sample/sample.css
deleted file mode 100644
index 6787c23a1c..0000000000
--- a/web/gui/src/main/webapp/app/view/sample/sample.css
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Copyright 2014,2015 Open Networking Laboratory
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/*
- ONOS GUI -- Sample View -- CSS file
- */
-
-.light #ov-sample {
- color: navy;
-}
-
-.dark #ov-sample {
- color: #1e5e6f;
-}
-
-.dark a {
- color: #88c;
-}
-
-#ov-sample .msg {
- color: darkorange;
-}
-
-.light #ov-sample .msg {
- color: darkorange;
-}
-
-.dark #ov-sample .msg {
- color: #904e00;
-}
-
diff --git a/web/gui/src/main/webapp/app/view/sample/sample.html b/web/gui/src/main/webapp/app/view/sample/sample.html
deleted file mode 100644
index c215830273..0000000000
--- a/web/gui/src/main/webapp/app/view/sample/sample.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
A Sample View
-
-
-
-
- This is a view distinct from the Topology viewer,
- to help facilitate development of the navigation model.
-
-
- A message from the controller:
- {{ ctrl.message }}
-