AI-generated Key Takeaways
-
Deletes a specified node within the Spectrum Access System.
-
Requires an HTTP DELETE request to a specific URL with the node's name as a path parameter.
-
The request body should be empty, and a successful response will also be empty.
-
Authorization requires the
https://www.googleapis.com/auth/sasportal
OAuth scope.
Deletes a node
.
HTTP request
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the |
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