Method: enterprises.delete
מחיקה סופית של ארגון, כולל כל החשבונות והנתונים שמשויכים אליו. אזהרה: הפעולה הזו תוביל למחיקה מדורגת של כל המכשירים עם AM API שמשויכים לארגון שנמחק. האפשרות הזו זמינה רק לארגונים שמנוהלים על ידי EMM.
בקשת HTTP
DELETE https://androidmanagement.googleapis.com/v1/{name=enterprises/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
שם הארגון בפורמט enterprises/{enterpriseId} .
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidmanagement
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-01-30 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-30 (שעון UTC)."],[[["Permanently deletes an enterprise, including all associated accounts, data, and AM API devices."],["This action is irreversible and only applicable to EMM-managed enterprises."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["The request is sent as a DELETE to `https://androidmanagement.googleapis.com/v1/{name=enterprises/*}` with an empty body."],["Successful deletion results in an empty response body."]]],["Deletes an enterprise along with all associated accounts and data, including AM API devices. This action is irreversible and only applicable to EMM-managed enterprises. The `DELETE` request uses the URL structure `https://androidmanagement.googleapis.com/v1/{name=enterprises/*}`, where `name` specifies the enterprise ID. An empty request body is required. A successful deletion is indicated by an empty JSON response. Requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope.\n"]]