You can call this operation to reset a certificate on a blockchain in Ant Blockchain.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
AntChainId String Yes pYogqb9v

The ID of the blockchain whose certificate is to be reset.

Action String No ResetAntChainCertificate

The operation that you want to perform. Set the value to ResetAntChainCertificate.

RegionId String No cn-hangzhou

The ID of the region where Ant Blockchain is used.

Response parameters

Parameter Type Example Description
RequestId String 6ED983D3-C131-4104-8BDD-1F37992258E1

The ID of the request.

Result String success

The result of the operation.

Examples

Sample requests


http(s)://[Endpoint]/? Action=ResetAntChainCertificate
&<Common request parameters>

Sample success responses

JSON format

{
	"successResponse":true,
	"requestId":"6ED983D3-C131-4104-8BDD-1F37992258E1",
	"data":{
		"Result":"success",
		"RequestId":"6ED983D3-C131-4104-8BDD-1F37992258E1"
	},
	"code":"200"
}

Error codes

For a list of error codes, visit the API Error Center.