deleteNatGatewayInstance
    • PDF

    deleteNatGatewayInstance

    • PDF

    Article summary

    Available in VPC

    Delete a NAT Gateway instance by specifying the NAT Gateway instance number.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    GET, POST/deleteNatGatewayInstance

    Request headers

    For headers common to all VPC APIs, see VPC common headers.

    Request query parameters

    The following describes the parameters.

    Parameter nameTypeRequiredDescription
    regionCodeStringOptionalRegion code of the NAT Gateway to delete
  • First Region of the search result (default)
  • Check through getRegionList
  • natGatewayInstanceNoStringRequiredInstance number of the NAT Gateway to delete
  • Check through getNatGatewayInstanceList
  • responseFormatTypeStringOptionalResponse result format
    • xml (default) | json
    returnPublicIpInstanceBooleanOptional
    • true (default) | false
      • true: Also delete the public IP instance assigned to the public NAT Gateway
      • false: Keep the public IP instance

    Request example

    The following is a sample request.

    curl --location 'https://ncloud.apigw.ntruss.com/vpc/v2/deleteNatGatewayInstance
    ?regionCode=KR
    &natGatewayInstanceNo=***9734'
    --header 'x-ncp-apigw-timestamp: {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 NatGatewayInstanceList for the response body.

    Response status codes

    For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

    Response example

    The following is a sample response.

    <deleteNatGatewayInstanceResponse>
      <requestId>baac40a2-9a13-4fd0-9e53-3af315f29445</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <natGatewayInstanceList>
        <natGatewayInstance>
          <vpcNo>***04</vpcNo>
          <vpcName>test-***</vpcName>
          <natGatewayInstanceNo>***9734</natGatewayInstanceNo>
          <natGatewayName>test-***</natGatewayName>
          <publicIp>***.***.109.101</publicIp>
          <natGatewayInstanceStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </natGatewayInstanceStatus>
          <natGatewayInstanceStatusName>Running</natGatewayInstanceStatusName>
          <natGatewayInstanceOperation>
            <code>NULL</code>
            <codeName>NULL OP</codeName>
          </natGatewayInstanceOperation>
          <createDate>2020-08-07T16:05:52+0900</createDate>
          <natGatewayDescription></natGatewayDescription>
          <zoneCode>KR-1</zoneCode>
        </natGatewayInstance>
      </natGatewayInstanceList>
    </deleteNatGatewayInstanceResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.