rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

Delete contact from my account #51

Closed aa-ahmed-aa closed 6 years ago

aa-ahmed-aa commented 6 years ago

i checked the readme and i didn't find anythhing mentioned ,so how can i delete contact from my account ?

DivineOmega commented 6 years ago

Although it is not yet documented, the ContactFactory has a delete method.

See here: https://github.com/rapidwebltd/php-google-contacts-v3-api/blob/master/factories/ContactFactory.php#L297

You should be able to pass a Contact object to this method to delete it.