Method: people.deleteContact
با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-08-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-08-06 بهوقت ساعت هماهنگ جهانی."],[[["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"]]