deleteCloudMysqlDatabaseList
    • PDF

    deleteCloudMysqlDatabaseList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Delete the database of the 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
    cloudMysqlDatabaseNameListYesList<String>Only alphanumeric characters, underscores (_), and hyphens (-) are allowed; the first character must be a letter
    Min: 1
    Max: 30
    - Database list
    Up to 10 databases can be deleted at once.
    responseFormatTypeNoString- Format type of the response result
    Options : xml | json
    Default : xml

    Examples

    Request examples

    GET {API_URL}/deleteCloudMysqlDatabaseList
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &cloudMysqlDatabaseNameList.1=mysql_test
    

    Response examples

    <deleteCloudMysqlDatabaseListResponse>
        <requestId>30355185-ab6f-4b67-a82d-905af39f8d98</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </deleteCloudMysqlDatabaseListResponse>
    

    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.