0
votes

There is documented optional query parameter 'deleteContacts' here: https://developers.google.com/people/api/rest/v1/contactGroups/delete

It is not working. I have group with two contacts on my test account. I deleted this group with parameter 'deleteContacts' set to true. Group got deleted but contacts remained. I tried official python api client and API explorer found on the documentation page and the results are the same.

Any ideas?

1
Looks like there's a bug with deleting contacts, an internal bug has been filed. - Amos Yuen
Thank you! Internal bug === I can not see progress? - Matěj Marčišovský
Yeah you won't be able to see the progress, unfortunately we don't have an external bug tracker for Google People API. - Amos Yuen

1 Answers

0
votes

The fix should be live now. Please try again.