VOL-3504 Change in Protos to support force delete device

Change-Id: I89feea5fa74e755d032c330fa51d540726e4db10
diff --git a/protos/voltha_protos/voltha.proto b/protos/voltha_protos/voltha.proto
index 53e97d1..ca9eca5 100644
--- a/protos/voltha_protos/voltha.proto
+++ b/protos/voltha_protos/voltha.proto
@@ -375,6 +375,12 @@
         };
     }
 
+    // Forcefully delete a device
+    rpc ForceDeleteDevice(common.ID) returns(google.protobuf.Empty) {
+        option (google.api.http) = {
+            delete: "/api/v1/devices/{id}/force_delete"
+        };
+    }
     // Request an image download to the standby partition
     // of a device.
     // Note that the call is expected to be non-blocking.