Method: customers.nodes.delete
HTTP-Anfrage
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der node .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["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."]]],["This document details how to delete a node using an HTTP DELETE request. The request URL, formatted with gRPC Transcoding syntax, requires a `name` path parameter, specifying the node to be deleted. The request body must be empty. A successful deletion returns an empty response body. The operation necessitates the OAuth scope `https://www.googleapis.com/auth/sasportal` for authorization. The key actions are defining the node with its complete path, then the empty request, and the empty response.\n"]]