ManagedBlockchain / Client / delete_node
delete_node#
- ManagedBlockchain.Client.delete_node(**kwargs)#
- 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. - See also: AWS API Documentation - Request Syntax- response = client.delete_node( NetworkId='string', MemberId='string', NodeId='string' ) - Parameters:
- NetworkId (string) – - [REQUIRED] - The unique identifier of the network that the node is on. - Ethereum public networks have the following ``NetworkId``s: - n-ethereum-mainnet
- n-ethereum-goerli
- n-ethereum-rinkeby
 
- MemberId (string) – - The unique identifier of the member that owns this node. - Applies only to Hyperledger Fabric and is required for Hyperledger Fabric. 
- NodeId (string) – - [REQUIRED] - The unique identifier of the node. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ManagedBlockchain.Client.exceptions.InvalidRequestException
- ManagedBlockchain.Client.exceptions.AccessDeniedException
- ManagedBlockchain.Client.exceptions.ResourceNotFoundException
- ManagedBlockchain.Client.exceptions.ResourceNotReadyException
- ManagedBlockchain.Client.exceptions.ThrottlingException
- ManagedBlockchain.Client.exceptions.InternalServiceErrorException