You can call this operation to delete a contract project from a consortium 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
ProjectId String Yes AVXeKq8R

The ID of the contract project to delete.

Action String No DeleteAntChainContractProject

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

RegionId String No cn-hangzhou

The ID of the region where Ant Blockchain is used.

Response parameters

Parameter Type Example Description
RequestId String 4FAC5F05-FDF0-4599-9522-0120525F0145

The ID of the request.

Result String success

The result of the operation.

Examples

Sample requests


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

Sample success responses

JSON format

{
	"successResponse":true,
	"requestId":"4FAC5F05-FDF0-4599-9522-0120525F0145",
	"data":{
		"Result":"success",
		"RequestId":"4FAC5F05-FDF0-4599-9522-0120525F0145"
	},
	"code":"200"
}

Error codes

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