Method: customers.policies.networks.removeNetwork
Stay organized with collections
Save and categorize content based on your preferences.
remove an existing network by guid.
HTTP request
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/networks:removeNetwork
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
customer |
string
Required. The customer whose network will be removed.
|
Request body
The request body contains data with the following structure:
JSON representation |
{
"targetResource": string,
"networkId": string
} |
Fields |
targetResource |
string
Required. The target resource on which this network will be removed. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
|
networkId |
string
Required. The guid of the network to remove.
|
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.policy
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThis document explains how to remove an existing network for a specific customer using the Chrome Policy API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the customer and the target resource (Organizational Unit) along with the network's GUID to be removed.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is needed with the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.policy\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return an empty response body.\u003c/p\u003e\n"]]],[],null,["# Method: customers.policies.networks.removeNetwork\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nremove an existing network by guid.\n\n### HTTP request\n\n`POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/networks:removeNetwork`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|----------------------------------------------------------------|\n| `customer` | `string` Required. The customer whose network will be removed. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------|\n| ``` { \"targetResource\": string, \"networkId\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetResource` | `string` Required. The target resource on which this network will be removed. The following resources are supported: \\* Organizational Unit (\"orgunits/{orgunit_id}\") |\n| `networkId` | `string` Required. The guid of the network to remove. |\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.policy`"]]