DeleteNode
Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered.
Applies to Hyperledger Fabric and Ethereum.
Request Syntax
DELETE /networks/networkId
/nodes/nodeId
?memberId=MemberId
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- MemberId
-
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
Length Constraints: Minimum length of 1. Maximum length of 32.
- networkId
-
The unique identifier of the network that the node is on.
Ethereum public networks have the following
NetworkId
s:-
n-ethereum-mainnet
-
n-ethereum-rinkeby
-
n-ethereum-ropsten
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
-
- nodeId
-
The unique identifier of the node.
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You do not have sufficient access to perform this action.
HTTP Status Code: 403
- InternalServiceErrorException
-
The request processing has failed because of an unknown error, exception or failure.
HTTP Status Code: 500
- InvalidRequestException
-
The action or operation requested is invalid. Verify that the action is typed correctly.
HTTP Status Code: 400
- ResourceNotFoundException
-
A requested resource does not exist. It may have been deleted or referenced inaccurately.
HTTP Status Code: 404
- ResourceNotReadyException
-
The requested resource exists but is not in a status that can complete the operation.
HTTP Status Code: 409
- ThrottlingException
-
The request or operation could not be performed because a service is throttling requests. The most common source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is exceeded. Request a limit increase or delete unused resources if possible.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: