[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis method, used to unapprove a specified product and its app permissions, will be inaccessible after September 30, 2025, and new integrations should refer to updated recommendations.\u003c/p\u003e\n"],["\u003cp\u003eTo utilize this method before its deprecation, authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope is required.\u003c/p\u003e\n"],["\u003cp\u003eThe request involves a simple \u003ccode\u003ePOST\u003c/code\u003e call to a specific endpoint, providing the enterprise and product IDs as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is necessary for this method, and a successful execution results in an empty response body.\u003c/p\u003e\n"]]],[],null,["# Products: unapprove\n\n| **Note:** Requires [authorization](#auth).\n\n\u003cbr /\u003e\n\n| **Deprecated:** New integrations cannot use this method and can refer to our [new\n| recommendations](/android/work/deprecations#recommended_alternative). \n| **This method will no longer be accessible by\n| anyone after September 30, 2025.**\nUnapproves the specified product (and the relevant app permissions, if any)\n\n\u003cbr /\u003e\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/products/productId/unapprove\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|---------------------------|\n| **Path parameters** |||\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `productId` | `string` | The ID of the product. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]