deleteCloudMysqlUserList
    • PDF

    deleteCloudMysqlUserList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Deleting the DB user of Cloud DB for MySQL instance

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    regionCode can be obtained via the getRegionList action
    Default: selects the first region of the getRegionList query results
    cloudMysqlInstanceNoYesString- Cloud DB for MySQL instance number
    cloudMysqlInstanceNo can be obtained via the getCloudMysqlInstanceList action
    cloudMysqlUserList.N.nameYesList<String>Only alphanumeric characters, underscores (_), and hyphens (-) are allowed, and the first character must be a letter.
    Min: 4
    Max: 16
    - MySQL user ID
    cloudMysqlUserList.N.hostIpYesList<String>- MySQL user host
    Example)
    Allow access to all: %
    Allow specific IP access: 1.1.1.1
    Allow IP range access: 1.1.1.%
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Examples

    Request examples

    GET {API_URL}/deleteCloudMysqlUserList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &cloudMysqlUserList.1.name=testuser
    &cloudMysqlUserList.1.hostIp=%
    

    Response examples

    <deleteCloudMysqlUserListResponse>
        <requestId>2afd05f7-8817-4234-8a77-c9a5906133d8</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </deleteCloudMysqlUserListResponse>
    

    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.