Method: customers.nodes.delete

  • Deletes a specific node using an HTTP DELETE request to a designated URL.

  • Requires the name path parameter to identify the node to be deleted.

  • 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 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

string

Required. The name of the node.

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