a slightly clearer version of GetSliceFamily
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index c31c181..b40442c 100644 (file)
@@ -22,9 +22,7 @@ class DeleteNetworkMethod(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-   
-    event_type = 'Delete'
-    object_type = 'NetworkMethod'
+
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])