Method: people.deleteContact

Delete a contact person. Any non-contact data will not be deleted.

Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.

HTTP request

DELETE https://people.googleapis.com/v1/{resourceName=people/*}:deleteContact

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
resourceName

string

Required. The resource name of the contact to delete.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/contacts

For more information, see the Authorization guide.