VOL-1114 Flow removal implementation

Change-Id: Ia2bb06e0e762fe87abbb4f25849c79cd07191395
diff --git a/protos/openolt.proto b/protos/openolt.proto
index c4d4fd0..00509f6 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -81,6 +81,13 @@
         };
     }
 
+    rpc FlowRemove(Flow) returns (Empty) {
+        option (google.api.http) = {
+          post: "/v1/FlowRemove"
+          body: "*"
+        };
+    }
+
     rpc HeartbeatCheck(Empty) returns (Heartbeat) {
         option (google.api.http) = {
           post: "/v1/HeartbeatCheck"