Method: customers.policies.networks.removeNetwork
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
guid ile mevcut bir ağı kaldırın.
HTTP isteği
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/networks:removeNetwork
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
customer |
string
Zorunlu. Ağı kaldırılacak müşteri.
|
İstek içeriği
İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
JSON gösterimi |
{
"targetResource": string,
"networkId": string
} |
Alanlar |
targetResource |
string
Zorunlu. Bu ağın kaldırılacağı hedef kaynak. Şu kaynaklar desteklenir: * Kuruluş Birimi ("orgunits/{orgunit_id}")
|
networkId |
string
Zorunlu. Kaldırılacak ağın yönlendirmesi.
|
Yanıt gövdesi
Başarılı olursa yanıt gövdesi boş olur.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/chrome.management.policy
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-10 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-10 UTC."],[[["This document explains how to remove an existing network for a specific customer using the Chrome Policy API."],["The request requires specifying the customer and the target resource (Organizational Unit) along with the network's GUID to be removed."],["Authorization is needed with the `https://www.googleapis.com/auth/chrome.management.policy` scope."],["A successful request will return an empty response body."]]],[]]