---
title: "POST /v1/people:batchDeleteContacts"
method: POST
path: "/v1/people:batchDeleteContacts"
tags: ["people"]
---

# POST /v1/people:batchDeleteContacts

`POST /v1/people:batchDeleteContacts`

Delete a batch of contacts. Any non-contact data will not be deleted. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.

## Request body

- BatchDeleteContactsRequest — A request to delete a batch of existing contacts.
  - `resourceNames` string[] — Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/people.md) · [All operations](https://skmtc.net/google/apis/people/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/people/revisions/92b2f44f6227/schema)
