Method: nodes.devices.delete

  • Deletes a device within a specific deployment using the provided device name.

  • Requires an HTTP DELETE request to the specified URL with the device name included in the path.

  • Request body should be empty, and a successful operation results in an empty response body.

  • Authorization requires the https://www.googleapis.com/auth/sasportal OAuth scope.

Deletes a device.

HTTP request

DELETE https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/devices/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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