removeRouteTableSubnet
- Print
- PDF
removeRouteTableSubnet
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Remove the associated subnet list from a route table.Request
The following describes the request format for the endpoint. The request format is as follows:
Method | URI |
---|---|
GET, POST | /removeRouteTableSubnet |
Request headers
For headers common to all VPC APIs, see VPC common headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
regionCode | String | Optional | Region code of the route table whose associated subnet list you want to remove |
vpcNo | String | Required | VPC number of the route table whose associated subnet list you want to remove |
routeTableNo | String | Required | |
subnetNoList.N | List<String> | Required | List of associated subnet numbers to removesubnetNo can be obtained through getSubnetList |
responseFormatType | String | Optional |
Request example
The following is a sample request.
curl --location 'https://ncloud.apigw.ntruss.com/vpc/v2/removeRouteTableSubnet
?regionCode=KR
&vpcNo=***04
&routeTableNo=***38
&subnetNoList.1=***45'
--header 'x-ncp-iam-access-key: {Timestamp}'
--header 'x-ncp-iam-access-key: {Access Key}'
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
The following describes the response format.
Response body
See SubnetList for the response body.
Response status codes
For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.
Response example
See below for an example.
<removeRouteTableSubnetResponse>
<requestId>fbbfe907-87a9-41cf-9941-7c8b7c81e66f</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<subnetList>
<subnet>
<subnetNo>***44</subnetNo>
<vpcNo>3804</vpcNo>
<zoneCode>KR-1</zoneCode>
<subnetName>test-***</subnetName>
<subnet>***.***.1.0/24</subnet>
<subnetStatus>
<code>RUN</code>
<codeName>run</codeName>
</subnetStatus>
<subnetType>
<code>PUBLIC</code>
<codeName>Public</codeName>
</subnetType>
</subnet>
</subnetList>
</removeRouteTableSubnetResponse>
Was this article helpful?