Method: nodes.devices.delete

  • Deletes a specific device within the Spectrum Access System.

  • Requires a DELETE request to the specified URL with the device's name as a path parameter.

  • The request body should be empty, and a successful deletion results in an empty response body.

  • Authorization is necessary using the https://www.googleapis.com/auth/userinfo.email 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 will be empty.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/userinfo.email