Skip to main content

UnassociateVpcCidrBlock

Description

call UnassociateVpcCidrBlock delete additional IPv4 network segment of VPC.

Request Method

POST

Request Path

/apsara/route/Vpc/UnassociateVpcCidrBlock

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SecondaryCidrBlockBODYstringNo192.XX.XX.0/16additional IPv4 network segment to be deleted.
VpcIdBODYstringYesvpc-o6wrloqsdqc9io3mg****To delete the ID of the VPC with the additional IPv4 network segment.
regionIdBODYstringYesNo sample value for this parameter.region id
RegionIdBODYstringYesch-qingdao-env17-d01To delete the region ID of the VPC with the additional IPv4 network segment. You can obtain the region ID by calling the DescribeRegions interface.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringC1221A1F-2ACD-4592-8F27-474E02883159request ID.

Example

Successful Response example

{
"RequestId":"C1221A1F-2ACD-4592-8F27-474E02883159"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}