Method: admin.directory.v1.customers.chrome.printers.batchDeletePrinters
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ลบเครื่องพิมพ์ทีละหลายเครื่อง
คำขอ HTTP
POST https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printers:batchDeletePrinters
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ ชื่อลูกค้า รูปแบบ: customers/{customer_id}
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"printerIds": [
string
]
} |
ช่อง |
printerIds[] |
string
รายการ Printer.id ที่ควรลบ สูงสุด 100 รายการต่อครั้ง
|
เนื้อหาการตอบกลับ
การตอบสนองสำหรับการลบเครื่องพิมพ์ที่มีอยู่ทีละหลายเครื่อง
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"printerIds": [
string
],
"failedPrinters": [
{
object (FailureInfo )
}
]
} |
ช่อง |
printerIds[] |
string
รายการ Printer.id ที่ลบเรียบร้อยแล้ว
|
failedPrinters[] |
object (FailureInfo )
รายการการอัปเดตที่ไม่สำเร็จ
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/admin.chrome.printers
ดูข้อมูลเพิ่มเติมได้ที่คู่มือการให้สิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-24 UTC
[null,null,["อัปเดตล่าสุด 2025-07-24 UTC"],[],[],null,["# Method: admin.directory.v1.customers.chrome.printers.batchDeletePrinters\n\nDeletes printers in batch.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printers:batchDeletePrinters`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------|\n| `parent` | `string` Required. The name of the customer. Format: customers/{customer_id} |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------|\n| ``` { \"printerIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------|\n| `printerIds[]` | `string` A list of Printer.id that should be deleted. Max 100 at a time. |\n\n### Response body\n\nResponse for deleting existing printers in batch.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"printerIds\": [ string ], \"failedPrinters\": [ { object (/workspace/admin/chrome-printer/reference/rest/v1/FailureInfo) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------|\n| `printerIds[]` | `string` A list of Printer.id that were successfully deleted. |\n| `failedPrinters[]` | `object (`[FailureInfo](/workspace/admin/chrome-printer/reference/rest/v1/FailureInfo)`)` A list of update failures. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/admin.chrome.printers`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]