Merge from HEAD. Signed off by tmack.
[plcapi.git] / PLC / Methods / AdmDeletePersonKeys.py
index f23a472..fd24eef 100644 (file)
@@ -29,8 +29,6 @@ class AdmDeletePersonKeys(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    object_type = 'Person'
-
     def call(self, auth, person_id_or_email, key_ids):
         # Get account information
         persons = Persons(self.api, [person_id_or_email])