AI-generated Key Takeaways
- 
          Deletes a specific device within a deployment using an HTTP DELETE request. 
- 
          The request URL requires the device's name as a path parameter, following a specific format. 
- 
          An empty request body is necessary, and upon successful deletion, the response body will also be empty. 
- 
          Authorization for this operation necessitates the https://www.googleapis.com/auth/sasportalOAuth scope.
Deletes a device.
HTTP request
DELETE https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. The name of the device. | 
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/sasportal