deletePublicIpInstance
    • PDF

    deletePublicIpInstance

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This deletes a public IP instance.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region of the public IP instance to be deleted.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    publicIpInstanceNoYesStringThe public IP instance number to be deleted
    publicIpInstanceNo can be obtained through the getPublicIpInstanceList action.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/deletePublicIpInstance
    ?regionCode=KR
    &publicIpInstanceNo=***7551
    

    Response Example

    <deletePublicIpInstanceResponse>
      <requestId>c1f78233-d06d-4cb6-9aae-5f8502110e01</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <publicIpInstanceList>
        <publicIpInstance>
          <publicIpInstanceNo>***7551</publicIpInstanceNo>
          <publicIp>***.***.111.215</publicIp>
          <publicIpDescription></publicIpDescription>
          <createDate>2020-08-19T16:37:12+0900</createDate>
          <publicIpInstanceStatusName>Deleting</publicIpInstanceStatusName>
          <publicIpInstanceStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </publicIpInstanceStatus>
          <serverInstanceNo></serverInstanceNo>
          <serverName></serverName>
          <privateIp></privateIp>
          <publicIpInstanceOperation>
            <code>TERMT</code>
            <codeName>TERMINATE OP</codeName>
          </publicIpInstanceOperation>
        </publicIpInstance>
      </publicIpInstanceList>
    </deletePublicIpInstanceResponse>
    

    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.