Closed aa-ahmed-aa closed 6 years ago
i checked the readme and i didn't find anythhing mentioned ,so how can i delete contact from my account ?
Although it is not yet documented, the ContactFactory has a delete method.
ContactFactory
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.
Contact
i checked the readme and i didn't find anythhing mentioned ,so how can i delete contact from my account ?