Deletes multiple print servers.
HTTP request
POST https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printServers:batchDeletePrintServers
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The unique ID of the customer's Google Workspace account. Format:  | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "printServerIds": [ string ] } | 
| Fields | |
|---|---|
| printServerIds[] | 
 A list of print server IDs that should be deleted (max  | 
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "printServerIds": [
    string
  ],
  "failedPrintServers": [
    {
      object ( | 
| Fields | |
|---|---|
| printServerIds[] | 
 A list of print server IDs that were successfully deleted. | 
| failedPrintServers[] | 
 A list of update failures. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/admin.chrome.printers
For more information, see the Authorization guide.