Page Summary
-
Deletes a specific 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/userinfo.emailscope.
Deletes a node.
HTTP request
DELETE https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/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 will be empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email