Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 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"]]