v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1427153143.4 KB

Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered.

Applies to Hyperledger Fabric and Ethereum.

delete/networks/{networkId}/nodes/{nodeId}

Path parameters

networkIdstring required
<p>The unique identifier of the network that the node is on.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> <li> <p> <code>n-ethereum-goerli</code> </p> </li> <li> <p> <code>n-ethereum-rinkeby</code> </p> </li> </ul>
nodeIdstring required

The unique identifier of the node.

Query parameters

memberIdstring
<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</p>

Response

Success

DeleteNodeOutput required