Delete many contacts at once
batch_delete_contactsRemove up to 500 Google Contacts in a single call. Permanent and atomic; verify exact resource names first, as this action cannot be undone.
Instructions
Permanently deletes up to 500 contacts in one call (People API people:batchDeleteContacts). There is no undo through this API — list the exact resource names first (batch_get_contacts shows what each one is) and treat the call as final. Returns an empty result on success; atomic per request. After an ambiguous failure (timeout/5xx; never auto-retried) check which contacts still exist via batch_get_contacts instead of re-sending — the deletes may have committed, and a second call then reports NOT_FOUND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_names | Yes | The contacts to delete permanently (1..500 people/<id> resource names). |