MENU
      deletePlacementGroup

        deletePlacementGroup


        Article summary

        Can be used in a VPC environment.

        Overview

        Delete a physical placement group.

        Request

        Request parameters

        Parameter nameRequiredTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can decide the region of the physical placement group to be deleted.
        regionCode can be obtained through the getRegionList action.
        Default: Select the first region of the getRegionList search results
        placementGroupNoYesStringThe number of the physical placement group to be deleted
        placementGroupNo can be obtained through the getPlacementGroupList action.
        responseFormatTypeNoStringFormat type of the response results
        Options : xml | json
        Default : xml

        Response

        Response body

        Example

        Request Example

        GET {API_URL}/deletePlacementGroup
        ?regionCode=KR
        &placementGroupNo=***61
        HTTP

        Response Example

        <deletePlacementGroupResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <placementGroupList>
            <placementGroup>
              <placementGroupNo>***61</placementGroupNo>
              <placementGroupName>test-***</placementGroupName>
              <placementGroupType>
                <code>AA</code>
                <codeName>Anti-Affinity</codeName>
              </placementGroupType>
            </placementGroup>
          </placementGroupList>
        </deletePlacementGroupResponse>
        XML

        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.