UnassociateVpcCidrBlock
Description
call UnassociateVpcCidrBlock delete additional IPv4 network segment of VPC.
Request Method
POST
Request Path
/apsara/route/Vpc/UnassociateVpcCidrBlock
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SecondaryCidrBlock | BODY | string | No | 192.XX.XX.0/16 | additional IPv4 network segment to be deleted. |
VpcId | BODY | string | Yes | vpc-o6wrloqsdqc9io3mg**** | To delete the ID of the VPC with the additional IPv4 network segment. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | ch-qingdao-env17-d01 | To delete the region ID of the VPC with the additional IPv4 network segment. You can obtain the region ID by calling the DescribeRegions interface. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | C1221A1F-2ACD-4592-8F27-474E02883159 | request ID. |
Example
Successful Response example
{
"RequestId":"C1221A1F-2ACD-4592-8F27-474E02883159"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}