Enterprises: delete

  • This method deletes the binding between the EMM and enterprise but is now deprecated.

  • Use this method only to unenroll customers previously enrolled with the insert call and then re-enroll them with the enroll call.

  • This DELETE request requires authorization and takes the enterpriseId as a path parameter.

  • A successful request returns an empty response body.

Requires authorization

Deletes the binding between the EMM and enterprise. This is now deprecated. Use this method only to unenroll customers that were previously enrolled with the insert call, then enroll them again with the enroll call.

Request

HTTP request

DELETE https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId

Parameters

Parameter name Value Description
Path parameters
enterpriseId string The ID of the enterprise.

Authorization

This request requires authorization with the following scope (read more about authentication and authorization).

Scope
https://www.googleapis.com/auth/androidenterprise

Request body

Do not supply a request body with this method.

Response

If successful, this method returns an empty response body.