AI-generated Key Takeaways
-
Deletes a device from a deployment using a
DELETE
request to a specified URL. -
Requires an empty request body and returns an empty response body upon successful deletion.
-
Utilizes the
name
path parameter to identify the device to be deleted. -
Needs authorization with the
https://www.googleapis.com/auth/sasportal
scope.
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 is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/sasportal