X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAdmDeletePersonKeys.py;h=fd24eefc06ac1992da5fda260d34db5d6dffc03c;hb=dc284781b50951778096561befcaa1bd33394168;hp=f23a47266917212de835a0f69fed715d9330fc66;hpb=eadabe20743d981fd2f2572337fe7594d0011bc7;p=plcapi.git diff --git a/PLC/Methods/AdmDeletePersonKeys.py b/PLC/Methods/AdmDeletePersonKeys.py index f23a472..fd24eef 100644 --- a/PLC/Methods/AdmDeletePersonKeys.py +++ b/PLC/Methods/AdmDeletePersonKeys.py @@ -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])