- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Delete an existing contact group owned by the authenticated user by specifying a contact group resource name.
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=contactGroups/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resourceName |
Required. The resource name of the contact group to delete. |
Query parameters
Parameters | |
---|---|
deleteContacts |
Optional. Set to true to also delete the contacts in the specified group. |
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.