- updated with Thierrys patch which handles conflicting email addresses between peers
[plcapi.git] / PLC / Methods / AdmDeleteAllPersonKeys.py
index c4800ba..9f038f9 100644 (file)
@@ -30,8 +30,6 @@ class AdmDeleteAllPersonKeys(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    object_type = 'Person'
-
     def call(self, auth, person_id_or_email):
         # Get account information
         persons = Persons(self.api, [person_id_or_email])