AI-generated Key Takeaways
-
The unenroll API call allows an EMM to unenroll an enterprise.
-
The API call is a POST request to a specific endpoint that includes the enterpriseId.
-
Authorization with a specific scope is required to use this API call.
-
The request does not require a request body and a successful response is empty.
Unenrolls an enterprise from the calling EMM.
Request
HTTP request
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/unenroll
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
enterpriseId |
string |
The ID of the enterprise. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/androidenterprise |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.