- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Deletes the specified workstation configuration.
HTTP request
DELETE https://workstations.googleapis.com/v1/{name=projects/*/locations/*/workstationClusters/*/workstationConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Name of the workstation configuration to delete.  | 
              
Query parameters
| Parameters | |
|---|---|
validateOnly | 
                
                   
 Optional. If set, validate the request and preview the review, but do not actually apply it.  | 
              
etag | 
                
                   
 Optional. If set, the request is rejected if the latest version of the workstation configuration on the server does not have this ETag.  | 
              
force | 
                
                   
 Optional. If set, any workstations in the workstation configuration are also deleted. Otherwise, the request works only if the workstation configuration has no workstations.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.