deleteCloudRedisConfigGroup
    • PDF

    deleteCloudRedisConfigGroup

    • PDF

    Article Summary

    Available in VPC

    Overview

    Deleting a Cloud DB for Redis Config Group

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Sets the region from which the Cloud DB for Redis config group is to be deleted
    regionCode can be obtained via the getRegionList action
    Default: Selects the first region of the getRegionList query results
    configGroupNoYesStringIdentifier number of config group to be deleted
    configGroupNo can be obtained via the getCloudRedisConfigGroupList action
    responseFormatTypeNoStringFormat type of the response result
    Options: xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/deleteCloudRedisConfigGroup
    ?regionCode=KR
    &configGroupNo=**9
    

    Response examples

    <deleteCloudRedisConfigGroupResponse>
        <requestId>0a6dd140-5d12-4139-aed6-5930b35fcab4</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudRedisConfigGroupList>
            <cloudRedisConfigGroup>
                <configGroupNo>**9</configGroupNo>
                <configGroupName>***test</configGroupName>
                <configGroupDescription>description</configGroupDescription>
                <configGroupStatusName>deleting</configGroupStatusName>
                <configGroupStatus>
                    <code>DELETING</code>
                    <codeName>CONFIG GROUP Deleting State</codeName>
                </configGroupStatus>
                <cloudRedisVersion>4.0.14-cluster</cloudRedisVersion>
                <createDate>2021-05-12T22:44:56+0900</createDate>
                <modifyDate>2021-05-12T22:49:12+0900</modifyDate>
            </cloudRedisConfigGroup>
        </cloudRedisConfigGroupList>
    </deleteCloudRedisConfigGroupReponse>
    

    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.