AI-generated Key Takeaways
-
The
storeLayoutpages.delete
method deletes a store page and requires authorization. -
The HTTP request uses the
DELETE
method and includesenterpriseId
andpageId
as path parameters. -
The request requires authorization with the
https://www.googleapis.com/auth/androidenterprise
scope. -
A request body is not required for this method.
-
A successful response returns an empty body.
Deletes a store page.
Request
HTTP request
DELETE https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/storeLayout/pages/pageId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
enterpriseId |
string |
The ID of the enterprise. |
pageId |
string |
The ID of the page. |
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.