AI-generated Key Takeaways
-
Deletes a device using an HTTP DELETE request to the specified URL.
-
Requires an authorization scope of
https://www.googleapis.com/auth/userinfo.email
. -
The request body should be empty, and a successful deletion results in an empty response body.
-
The URL includes a required path parameter
name
which represents the device's name.
Deletes a device
.
HTTP request
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/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 will be empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email