AI-generated Key Takeaways
- 
          Deletes a specific node using an HTTP DELETE request to the specified URL. 
- 
          Requires providing the node's name as a path parameter in the URL. 
- 
          The request body should be empty, and a successful deletion results in an empty response body. 
- 
          Authorization requires the https://www.googleapis.com/auth/sasportalOAuth scope.
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 is empty.
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/sasportal