تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
إلغاء توفير المتطلبات اللازمة هو عملية إزالة جهاز من الإدارة. ويكون ذلك ضروريًا عند التخلص من جهاز أو عند مغادرة موظف للشركة، وعندما يجب إزالة بيانات الشركة من جهاز مملوك شخصيًا.
هناك أربع طرق لإلغاء توفير جهاز وحجب بيانات الشركة:
تؤدي هذه الطريقة إلى إعادة ضبط الأجهزة المملوكة للشركة على الإعدادات الأصلية وحذف ملف العمل من الأجهزة الشخصية. استدعِ الدالة enterprises.devices.issueCommand
مع type = WIPE، أو قدِّم عنصر wipeParams. يمكن أن يحدّد العنصر wipeParams كيفية التعامل مع بيانات ميزة "توفير الحماية بعد إعادة الضبط على الإعدادات الأصلية" (FRP) ووحدة التخزين الخارجية وشرائح eSIM أثناء محو البيانات. يمكنك تقديم مجموعة من الرسائل المترجمة لعرضها على مستخدمي الأجهزة المملوكة شخصيًا لتوضيح عملية حذف ملف العمل باستخدام wipeParams.wipeReason.
يمكن تتبُّع الأمر وإلغاؤه إلى أن يؤكّد الجهاز استلامه أو إلى أن تنتهي صلاحيته.
بعد أن يؤكّد الجهاز للخادم اكتمال أمر WIPE، يتم حذف سجلّ الجهاز.
أمر RELINQUISH_OWNERSHIP
تُستخدَم هذه الطريقة عند تحويل جهاز مملوك للشركة ومفعّل للاستخدام الشخصي إلى جهاز مملوك شخصيًا. يؤدي ذلك إلى حذف ملف العمل من الجهاز وإزالة الجهاز من الإدارة. يتم الاحتفاظ بأي بيانات أو تطبيقات في الملف الشخصي على الجهاز. تتم إزالة أي PersonalUsagePolicies تم ضبطها من خلال إدارة الخدمات الجوّالة للمؤسسات.
يتم حذف سجلّ الجهاز بعد تنفيذ هذا الإجراء.
يرسل الخادم تعليمات محو البيانات إلى الجهاز. بالنسبة إلى الأجهزة المملوكة للشركة،
يؤدي ذلك إلى إعادة ضبط الجهاز على الإعدادات الأصلية. بالنسبة إلى الأجهزة الشخصية، يؤدي ذلك إلى حذف ملف العمل. ومع ذلك، إذا كان الجهاز غير متصل بالإنترنت عند طلب enterprises.devices.delete وظلّ غير متصل بالإنترنت لمدة تزيد عن 30 يومًا، لن يصل أمر محو البيانات إلى الجهاز، وستبقى بيانات الشركة محفوظة.
بما أنّه لا يمكن ضمان محو البيانات باستخدام هذه الطريقة، لا يُنصح بها إلا عندما يجب إزالة البيانات من خوادم Google خلال إطار زمني محدّد، مثلاً عندما تطلب شركة من إدارة الخدمات الجوّالة للمؤسسات (EMM) حذف جميع بيانات الشركة على الفور.
بالنسبة إلى المؤسسات التي تديرها إدارة الخدمات الجوّالة للمؤسسات (EMM)، يمكن لإدارة الخدمات الجوّالة للمؤسسات (EMM) استدعاء enterprises.delete، ما يؤدي إلى حذف سجلّ المؤسسة وجميع سجلات الأجهزة المرتبطة بها. ويكون لهذا الإجراء التأثير نفسه الذي يحدث عند طلب enterprises.devices.delete على كل جهاز داخل المؤسسة.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Wipe and deprovision a device\n\nDeprovisioning is the process of removing a device from management. This is\nnecessary when a device is disposed of or when an employee leaves a company and\ncompany data needs to be removed from a personally-owned device.\n\nThere are four methods for deprovisioning a device and wiping company data:\n\n1. WIPE command\n2. RELINQUISH_OWNERSHIP command\n3. [`enterprises.devices.delete`](/android/management/reference/rest/v1/enterprises.devices/delete) method\n4. [`enterprises.delete`](/android/management/reference/rest/v1/enterprises/delete) method\n\nWIPE command\n------------\n\nThis method triggers company-owned devices to factory reset and personally-owned\ndevices to delete the work profile. Call [`enterprises.devices.issueCommand`](/android/management/reference/rest/v1/enterprises.devices/issueCommand)\nwith `type = WIPE`, or provide a [`wipeParams`](/android/management/reference/rest/v1/enterprises.devices/issueCommand#wipeparams)\nobject. The `wipeParams` object can specify how to treat Factory Reset\nProtection (FRP) data, external storage and eSIMs during the wipe. You can\nprovide a set of localized messages to display to users of personally-owned\ndevices to explain the work profile deletion using `wipeParams.wipeReason`.\nThe command can be [tracked](/android/management/reference/rest/v1/enterprises.devices.operations/get)\nand [cancelled](/android/management/reference/rest/v1/enterprises.devices.operations/cancel)\nuntil it is acknowledged by the device or it expires.\nAfter the device confirms the completion of the WIPE command to the server, the\ndevice record is deleted.\n| **Note:** A deleted device record is no longer returned in calls to [`enterprises.devices.list`](/android/management/reference/rest/v1/enterprises.devices/list). Any further API calls the EMM makes using the device ID result in a 404 error. The device is no longer manageable and must be reprovisioned to be managed again.\n\nRELINQUISH_OWNERSHIP command\n----------------------------\n\nThis method is used when a company-owned, personally-enabled device is converted\nto a personally-owned device. It deletes the work profile from the device and\nremoves the device from management. Any data or apps in the personal profile of\nthe device are preserved. Any [`PersonalUsagePolicies`](/android/management/reference/rest/v1/enterprises.policies#personalusagepolicies)\nthat were set by the EMM are removed.\nThe device record is deleted after this action.\n\n[`enterprises.devices.delete`](/android/management/reference/rest/v1/enterprises.devices/delete) method\n-------------------------------------------------------------------------------------------------------\n\nCalling [`enterprises.devices.delete`](/android/management/reference/rest/v1/enterprises.devices/delete)\nimmediately deletes the device record.\n\nThe server sends a wipe instruction to the device. For company-owned devices,\nthis triggers a factory reset. For personally-owned devices, this deletes the\nwork profile. However, if the device is offline when `enterprises.devices.delete`\nis called and remains offline for more than 30 days, the wipe instruction won't\nreach the device, and company data will remain.\n\nBecause data wiping is not guaranteed with this method, it is recommended only\nwhen data must be removed from Google servers within a specific timeframe,\nsuch as when a company requests the EMM to immediately delete all company data.\n\n[`enterprises.delete`](/android/management/reference/rest/v1/enterprises/delete) method\n---------------------------------------------------------------------------------------\n\nFor EMM-managed enterprises, the EMM can call [`enterprises.delete`](/android/management/reference/rest/v1/enterprises/delete),\nwhich deletes the enterprise record and all associated device records. This has\nthe same effect as calling [`enterprises.devices.delete`](/android/management/reference/rest/v1/enterprises.devices/delete)\non each device within the enterprise.\n\nFor customer-managed enterprises, this method is not supported. Instead, the IT\nadmin can delete the enterprise using the [Google Admin console](http://admin.google.com)\nor the [Google Play Console](https://play.google.com/work)."]]