Delete a contact group
delete_contact_groupDelete a contact group (label) to organize Google Contacts. Members are kept by default; set delete_contacts=true to permanently delete the group's contacts as well. System groups cannot be removed.
Instructions
Permanently deletes a user contact group (label). By default the member contacts SURVIVE — they only lose the label; delete_contacts=true also PERMANENTLY DELETES every contact in the group, so use it only when that is explicitly wanted (check the roster first via get_contact_group with max_members). System groups cannot be deleted. Returns an empty result on success; there is no undo through this API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_name | Yes | The group's full resource name, e.g. "contactGroups/12abc34d567" — from list_contact_groups. | |
| delete_contacts | No | Also permanently delete every member contact (default false — contacts just lose the label). |