Method: people.deleteContact
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-06 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-06 (UTC)."],[[["This API endpoint allows for the deletion of a contact person's information, excluding any associated non-contact data."],["Requests to modify data for the same user should be sent one after the other to prevent performance issues."],["The endpoint uses a DELETE request with the resource name of the contact specified as a path parameter."],["An empty request body is required, and a successful deletion will result in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/contacts` OAuth scope."]]],["This document details the process of deleting a contact using the Google People API. A `DELETE` request is sent to `https://people.googleapis.com/v1/{resourceName=people/*}:deleteContact`, specifying the contact's `resourceName` in the URL's path parameter. The request body must be empty, and successful deletion results in an empty response body. Requests must be sequential. Authorization requires the `https://www.googleapis.com/auth/contacts` OAuth scope. Non-contact data remains untouched.\n"]]